aboutsummaryrefslogtreecommitdiffstats
path: root/capture.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-02-27 17:30:33 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-02-27 17:30:33 +0000
commite7fafa28c6f94006eee4c8ba91b331fdff724618 (patch)
tree3099df8c4ef0eabd179f11b1d2860d94ee630be2 /capture.h
parent93c46dde912e0f393989fd2a3e50dc0349be9631 (diff)
some clarification of the capture child thing
svn path=/trunk/; revision=13535
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);