aboutsummaryrefslogtreecommitdiffstats
path: root/capture.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-09-09 03:32:03 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-09-09 03:32:03 +0000
commit8617c58f3ca2b782992be793185127bb7d9e8bff (patch)
treedeb8702f9af0c533a2720fd188c6f411d03a93a2 /capture.h
parent3c49e45cf7490165308e176b2107a1956822d08a (diff)
More shuffling of GTK-related routines to gtk subdirectory.
svn path=/trunk/; revision=636
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 */