aboutsummaryrefslogtreecommitdiffstats
path: root/capture.h
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1999-09-09 03:32:03 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1999-09-09 03:32:03 +0000
commit8d84bdeafcac7ce731cbcb6483c2691716049567 (patch)
treedeb8702f9af0c533a2720fd188c6f411d03a93a2 /capture.h
parente49112a4f621098b4346faf0e7f607991494e8ae (diff)
More shuffling of GTK-related routines to gtk subdirectory.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@636 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'capture.h')
-rw-r--r--capture.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/capture.h b/capture.h
index d40fa30c03..61cf251a96 100644
--- a/capture.h
+++ b/capture.h
@@ -1,7 +1,7 @@
/* capture.h
* Definitions for packet capture windows
*
- * $Id: capture.h,v 1.13 1999/08/18 16:28:22 gram Exp $
+ * $Id: capture.h,v 1.14 1999/09/09 03:31:50 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -48,8 +48,6 @@
#define DLT_PPP_BSDOS 14
#endif
-
-void capture_prep_cb(GtkWidget *, gpointer);
void capture(void);
#endif /* HAVE_LIBPCAP */