aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_dlg.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-05-26 04:21:49 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-05-26 04:21:49 +0000
commitda887a28803a211542ff4064057f63950e47f3a5 (patch)
tree53974d32d8f2461b77e72382e6676bf42f0fcd35 /gtk/capture_dlg.c
parent5555e99ebb0c7341a6dc18b17d660a978bac9670 (diff)
Get rid of some declarations of routines that no longer exist.
Fix up some declarations of other routines to match the definitions of those routines. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11004 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/capture_dlg.c')
-rw-r--r--gtk/capture_dlg.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/gtk/capture_dlg.c b/gtk/capture_dlg.c
index 5cb7183685..76781abfc1 100644
--- a/gtk/capture_dlg.c
+++ b/gtk/capture_dlg.c
@@ -1,7 +1,7 @@
/* capture_dlg.c
* Routines for packet capture windows
*
- * $Id: capture_dlg.c,v 1.131 2004/05/26 03:49:21 ulfl Exp $
+ * $Id: capture_dlg.c,v 1.132 2004/05/26 04:21:48 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -99,19 +99,11 @@
#define E_CAP_OM_LT_VALUE_KEY "cap_om_lt_value"
static void
-capture_prep_file_cb(GtkWidget *w, gpointer te);
+capture_prep_file_cb(GtkWidget *file_bt, GtkWidget *file_te);
static void
select_link_type_cb(GtkWidget *w, gpointer data);
-#if (GTK_MAJOR_VERSION == 2 && GTK_MINOR_VERSION < 4) || GTK_MAJOR_VERSION < 2
-static void
-cap_prep_fs_ok_cb(GtkWidget *w, gpointer data);
-#endif
-
-static void
-cap_prep_fs_destroy_cb(GtkWidget *win, GtkWidget* file_te);
-
static void
capture_prep_adjust_sensitivity(GtkWidget *tb, gpointer parent_w);