From 9b6feaee203ba96056c00801e4aee42915aa2a06 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 26 May 2004 04:21:49 +0000 Subject: 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. svn path=/trunk/; revision=11004 --- gtk/capture_dlg.c | 12 ++---------- gtk/print_prefs.c | 4 ++-- 2 files changed, 4 insertions(+), 12 deletions(-) (limited to 'gtk') 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 @@ -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); diff --git a/gtk/print_prefs.c b/gtk/print_prefs.c index 3bac0ead05..e867ee443c 100644 --- a/gtk/print_prefs.c +++ b/gtk/print_prefs.c @@ -1,7 +1,7 @@ /* print_prefs.c * Dialog boxes for preferences for printing * - * $Id: print_prefs.c,v 1.21 2004/05/26 03:49:23 ulfl Exp $ + * $Id: print_prefs.c,v 1.22 2004/05/26 04:21:49 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -42,7 +42,7 @@ #include "compat_macros.h" #include "gtkglobals.h" -static void printer_browse_file_cb(GtkWidget *w, gpointer te); +static void printer_browse_file_cb(GtkWidget *file_bt, GtkWidget *file_te); #define E_PRINT_FORMAT_KEY "print_format" #define E_PRINT_DESTINATION_KEY "print_destination" -- cgit v1.2.3