Pull capture_loop.c into dumpcap.c, as dumpcap is the only program that
[obnox/wireshark/wip.git] / capture_sync.h
index 46eff4a71519ce1f22ecf9540078ebf2b73efcc4..4abbfb17582568d0b699db7d5176d24d386451b3 100644 (file)
@@ -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