aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-02-17 02:18:48 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-02-17 02:18:48 +0000
commit79053183c54a7e0efc29b656a47deff19f0dee2c (patch)
tree8dd5dd504a3c13ed7cd5cd018bca2736e2bb1467 /capture_sync.h
parent58d9f6c3b1e8ed8cc914e6f3d5af87c3e12a2ff3 (diff)
remove dependencies to pcap.h, so getting an idea what needs to be done by dumpcap in addition to the things already done now
various dumpcap related code cleanup: mainly #include's and capture engine related stuff svn path=/trunk/; revision=17327
Diffstat (limited to 'capture_sync.h')
-rw-r--r--capture_sync.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/capture_sync.h b/capture_sync.h
index 6dbb64151a..2e08588839 100644
--- a/capture_sync.h
+++ b/capture_sync.h
@@ -94,4 +94,10 @@ extern void
sync_pipe_errmsg_to_parent(const char *errmsg);
+/** does the parent signalled the child to stop */
+#ifdef _WIN32
+extern gboolean
+signal_pipe_check_running(void);
+#endif
+
#endif /* capture_sync.h */