Move stuff that should *only* be known by the lowest-level code that
[obnox/wireshark/wip.git] / capture_sync.h
index ff1bd31ab4567ca0bbb5e5087a2bb505cc5ab66e..d38e2ddd77d6cdf95f045af2c845764903038936 100644 (file)
@@ -57,12 +57,6 @@ sync_pipe_stop(capture_options *capture_opts);
 extern void
 sync_pipe_kill(int fork_child);
 
-/** Has the parent signalled the child to stop? */
-#define SIGNAL_PIPE_CTRL_ID_NONE "none"
-#ifdef _WIN32
-#define SIGNAL_PIPE_FORMAT "\\\\.\\pipe\\wireshark.%s.signal"
-#endif
-
 /** Get an interface list using dumpcap */
 extern int
 sync_interface_list_open(gchar **data, gchar **primary_msg,