summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--capture_sync.h6
-rw-r--r--sync_pipe.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/capture_sync.h b/capture_sync.h
index ff1bd31ab4..d38e2ddd77 100644
--- a/capture_sync.h
+++ b/capture_sync.h
@@ -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,
diff --git a/sync_pipe.h b/sync_pipe.h
index b5d80cb706..029f29fed1 100644
--- a/sync_pipe.h
+++ b/sync_pipe.h
@@ -78,4 +78,10 @@ extern void
sync_pipe_errmsg_to_parent(int pipe_fd, const char *error_msg,
const char *secondary_error_msg);
+/** 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
+
#endif /* sync_pipe.h */