Ethereal-dev: [Ethereal-dev] sync_pipe should not be defined in capture.h

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Albert Chin <ethereal-dev@xxxxxxxxxxxxxxxxxx>
Date: Thu, 9 Jan 2003 12:44:16 -0600
In 0.9.8, sync_pipe is defined as extern in in capture.h but static in
capture.c. As capture.c is the only file that uses sync_pipe, we can
safely remove the definition in capture.h.

-- 
albert chin (china@xxxxxxxxxxxxxxxxxx)

-- snip snip
--- capture.h.orig	Thu Jan  9 12:25:52 2003
+++ capture.h	Thu Jan  9 12:26:31 2003
@@ -53,7 +53,6 @@
 
 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" */