aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.h
diff options
context:
space:
mode:
Diffstat (limited to 'capture_sync.h')
-rw-r--r--capture_sync.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/capture_sync.h b/capture_sync.h
index 2daed7bc5c..2f8ec9c3fb 100644
--- a/capture_sync.h
+++ b/capture_sync.h
@@ -50,11 +50,11 @@ sync_pipe_do_capture(capture_options *capture_opts, gboolean is_tempfile);
/** User wants to stop capturing, gracefully close the capture child */
extern void
-sync_pipe_stop(void);
+sync_pipe_stop(capture_options *capture_opts);
/** We want to stop the program, just kill the child as soon as possible */
extern void
-sync_pipe_kill(void);
+sync_pipe_kill(capture_options *capture_opts);
/** the child will immediately start capturing, notify the parent */