aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-05-21 08:44:45 +0000
committerGuy Harris <guy@alum.mit.edu>2004-05-21 08:44:45 +0000
commit466ffc89778f751bfdbe15ef72a71cafc1401e5b (patch)
treec519004125eafe9c4fdd1c2398f1d5c0c234fc57 /gtk/main.h
parentebbebf17050e4b4fd0ed092e29db7b20ec44d674 (diff)
Now that the "About" dialog box's code is in "gtk/about_dlg.c", move the
"create an About dialog" function's declaration to "gtk/about_dlg.h". svn path=/trunk/; revision=10941
Diffstat (limited to 'gtk/main.h')
-rw-r--r--gtk/main.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/main.h b/gtk/main.h
index 138b22fee3..2b1aec75f5 100644
--- a/gtk/main.h
+++ b/gtk/main.h
@@ -1,7 +1,7 @@
/* main.h
* Global defines, etc.
*
- * $Id: main.h,v 1.48 2004/05/20 12:01:13 ulfl Exp $
+ * $Id: main.h,v 1.49 2004/05/21 08:44:45 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -62,7 +62,6 @@ typedef struct _selection_info {
extern GtkStyle *item_style;
#endif
-void about_ethereal_cb( GtkWidget *, gpointer);
void goto_framenum_cb(GtkWidget *, gpointer);
void goto_top_frame_cb(GtkWidget *w _U_, gpointer d _U_);
void goto_bottom_frame_cb(GtkWidget *w _U_, gpointer d _U_);