aboutsummaryrefslogtreecommitdiffstats
path: root/capture.h
diff options
context:
space:
mode:
Diffstat (limited to 'capture.h')
-rw-r--r--capture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture.h b/capture.h
index a1e135944e..6e880e9985 100644
--- a/capture.h
+++ b/capture.h
@@ -106,7 +106,7 @@ extern gboolean do_capture(capture_options *capture_opts);
/** Do the low-level work of a capture (start the capture child).
* Returns TRUE if it succeeds, FALSE otherwise. */
-extern int capture_start(capture_options *capture_opts, gboolean *stats_known, struct pcap_stat *stats);
+extern int capture_child_start(capture_options *capture_opts, gboolean *stats_known, struct pcap_stat *stats);
/** Stop a capture (usually from a menu item). */
extern void capture_stop(capture_options *capture_opts);