aboutsummaryrefslogtreecommitdiffstats
path: root/capture.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-02-21 12:58:42 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-02-21 12:58:42 +0000
commitba50469654ce37b73384934d41be30a13fcf737f (patch)
treec3f94a98be45636b988117a4cee167972a66972e /capture.h
parent9a7cac1dfff35064d3140e6b3281d9d442e451c2 (diff)
rework of capture.c: better seperation of sync and capture pipe by using
explicit names and seperated functionality of do_capture(), but no functional change! svn path=/trunk/; revision=10168
Diffstat (limited to 'capture.h')
-rw-r--r--capture.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/capture.h b/capture.h
index 2826bac7c0..6f55775b98 100644
--- a/capture.h
+++ b/capture.h
@@ -1,7 +1,7 @@
/* capture.h
* Definitions for packet capture windows
*
- * $Id: capture.h,v 1.38 2003/11/15 08:47:28 ulfl Exp $
+ * $Id: capture.h,v 1.39 2004/02/21 12:58:41 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -101,10 +101,6 @@ capture_info *cinfo);
extern void capture_info_destroy(
capture_info *cinfo);
-/* ui calls this, when user wants to stop capturing */
-extern void capture_ui_stop_callback(
-gpointer callback_data);
-
#endif /* HAVE_LIBPCAP */