aboutsummaryrefslogtreecommitdiffstats
path: root/capture.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-01-09 19:37:14 +0000
committerGuy Harris <guy@alum.mit.edu>2003-01-09 19:37:14 +0000
commit2f10d65eb2cd592625d877f737d9991a107999dd (patch)
tree1b71e82d28b6088861b9ad4e85c696c8edfbdf73 /capture.h
parent7be2e513c5a01b21372a9f25a6f3c3a6c694000a (diff)
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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/capture.h b/capture.h
index a74d490603..961068595f 100644
--- a/capture.h
+++ b/capture.h
@@ -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" */