aboutsummaryrefslogtreecommitdiffstats
path: root/capture.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-05 15:35:25 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-05 15:35:25 +0000
commitdc7cc4aba8bb5764cf50a0a0f37a1f3d173e9434 (patch)
treee20f65e0c35bfb450ceb684a98e79cb5dadf1267 /capture.h
parente568c79aeb7f0776ea0061af2a01389df355904c (diff)
rename kill_capture_child to capture_kill_child to have a common prefix
split drag and drop support out of main.c into new file drag_and_drop.c, to reduce the size of main.c a bit. Hopefully this won't break unix builds because of missing #include's, I will keep an eye on the buildbot git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13308 f5534014-38df-0310-8fa8-9805f1628bb7
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 e52582aa80..6beeac44c3 100644
--- a/capture.h
+++ b/capture.h
@@ -102,7 +102,7 @@ extern int capture_start(capture_options *capture_opts, gboolean *stats_known,
extern void capture_stop(capture_options *capture_opts);
/** Terminate the capture child cleanly when exiting. */
-extern void kill_capture_child(capture_options *capture_opts);
+extern void capture_kill_child(capture_options *capture_opts);
/** Do the low-level work of a capture. */
extern int capture_loop_start(capture_options *capture_opts, gboolean *stats_known, struct pcap_stat *stats);