diff options
author | Guy Harris <guy@alum.mit.edu> | 2003-01-09 19:37:14 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2003-01-09 19:37:14 +0000 |
commit | 2f10d65eb2cd592625d877f737d9991a107999dd (patch) | |
tree | 1b71e82d28b6088861b9ad4e85c696c8edfbdf73 /capture.h | |
parent | 7be2e513c5a01b21372a9f25a6f3c3a6c694000a (diff) | |
download | wireshark-2f10d65eb2cd592625d877f737d9991a107999dd.tar.gz wireshark-2f10d65eb2cd592625d877f737d9991a107999dd.tar.bz2 wireshark-2f10d65eb2cd592625d877f737d9991a107999dd.zip |
From Albert Chin: "sync_pipe[]" isn't exported by "capture.c", so it
shouldn't be declared in "capture.h".
svn path=/trunk/; revision=6886
Diffstat (limited to 'capture.h')
-rw-r--r-- | capture.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,7 +1,7 @@ /* capture.h * Definitions for packet capture windows * - * $Id: capture.h,v 1.33 2002/09/09 20:38:56 guy Exp $ + * $Id: capture.h,v 1.34 2003/01/09 19:37:14 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -53,7 +53,6 @@ typedef struct { extern capture_options capture_opts; -extern int sync_pipe[2]; /* used to sync father */ extern int quit_after_cap; /* Makes a "capture only mode". Implies -k */ extern gboolean capture_child; /* if this is the child for "-S" */ |