aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.h
diff options
context:
space:
mode:
Diffstat (limited to 'capture_sync.h')
-rw-r--r--capture_sync.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/capture_sync.h b/capture_sync.h
index 8da65956fe..507abfae7d 100644
--- a/capture_sync.h
+++ b/capture_sync.h
@@ -133,4 +133,7 @@ capture_input_cfilter_error_message(capture_session *cap_session, guint i,
extern void
capture_input_closed(capture_session *cap_session, gchar *msg);
+/* set a callback to be called after fork with the pid of the forked child */
+extern void capture_sync_set_fetch_dumpcap_pid_cb(void(*cb)(int pid));
+
#endif /* capture_sync.h */