aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/print_prefs.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-05-26 04:21:49 +0000
committerGuy Harris <guy@alum.mit.edu>2004-05-26 04:21:49 +0000
commit9b6feaee203ba96056c00801e4aee42915aa2a06 (patch)
tree53974d32d8f2461b77e72382e6676bf42f0fcd35 /gtk/print_prefs.c
parent7d37fc9d23181cc3dfb42d42d2655a9b97ac6062 (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. svn path=/trunk/; revision=11004
Diffstat (limited to 'gtk/print_prefs.c')
-rw-r--r--gtk/print_prefs.c4
1 files changed, 2 insertions, 2 deletions
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 <gerald@ethereal.com>
@@ -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"