aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2008-02-16 02:39:58 +0000
committerGuy Harris <guy@alum.mit.edu>2008-02-16 02:39:58 +0000
commit4aac1e2c0b3f202b1355595b8c2eec1f1dac004b (patch)
tree208d76ec65d5ad787a464bbf1313e4de59dd3e5e /capture_sync.h
parentf10febad71a1185a4e8666f8323f142e80e83d15 (diff)
Pull capture_loop.c into dumpcap.c, as dumpcap is the only program that
does capturing any more. (We will be inserting a call to give up privileges after the pcap_open_live(), which should fix 2273; we're currently only giving up privileges on platforms with libcap.) svn path=/trunk/; revision=24345
Diffstat (limited to 'capture_sync.h')
-rw-r--r--capture_sync.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/capture_sync.h b/capture_sync.h
index 46eff4a715..4abbfb1758 100644
--- a/capture_sync.h
+++ b/capture_sync.h
@@ -60,8 +60,6 @@ sync_pipe_kill(int fork_child);
/** Has the parent signalled the child to stop? */
#define SIGNAL_PIPE_CTRL_ID_NONE "none"
#ifdef _WIN32
-extern gboolean
-signal_pipe_check_running(void);
#define SIGNAL_PIPE_FORMAT "\\\\.\\pipe\\wireshark.%s.signal"
#endif