diff options
author | Guy Harris <guy@alum.mit.edu> | 2008-02-16 02:39:58 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2008-02-16 02:39:58 +0000 |
commit | 4aac1e2c0b3f202b1355595b8c2eec1f1dac004b (patch) | |
tree | 208d76ec65d5ad787a464bbf1313e4de59dd3e5e /capture_sync.h | |
parent | f10febad71a1185a4e8666f8323f142e80e83d15 (diff) | |
download | wireshark-4aac1e2c0b3f202b1355595b8c2eec1f1dac004b.tar.gz wireshark-4aac1e2c0b3f202b1355595b8c2eec1f1dac004b.tar.bz2 wireshark-4aac1e2c0b3f202b1355595b8c2eec1f1dac004b.zip |
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.h | 2 |
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 |