aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2008-02-16 02:39:58 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2008-02-16 02:39:58 +0000
commit56a4a86233951c2d3b08036817bca9bc7026955b (patch)
tree208d76ec65d5ad787a464bbf1313e4de59dd3e5e /capture_sync.h
parentc63b924aaec0d6ced0744ec5f62235fd8f324509 (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.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24345 f5534014-38df-0310-8fa8-9805f1628bb7
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