aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-02-12 06:58:42 +0000
committerGuy Harris <guy@alum.mit.edu>2000-02-12 06:58:42 +0000
commit80de78aaaddbc25ba810d09f19ffa150bdb53626 (patch)
treec2d57f3f09f390d02b5d7f3b14536d6028f48cc7 /gtk/main.h
parent2cad7bc3463cf1fabd9c87ee18f86555d423e6ab (diff)
Move the declarations of the routines in "gtk/file_dlg.c" out of
"gtk/main.h" and into a new "gtk/file_dlg.h" file. svn path=/trunk/; revision=1620
Diffstat (limited to 'gtk/main.h')
-rw-r--r--gtk/main.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/gtk/main.h b/gtk/main.h
index e1bca39cda..af4bc92193 100644
--- a/gtk/main.h
+++ b/gtk/main.h
@@ -1,7 +1,7 @@
/* ethereal.h
* Global defines, etc.
*
- * $Id: main.h,v 1.12 2000/02/12 06:46:54 guy Exp $
+ * $Id: main.h,v 1.13 2000/02/12 06:58:41 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -61,12 +61,7 @@ void about_ethereal( GtkWidget *, gpointer);
void blank_packetinfo();
void follow_stream_cb( GtkWidget *, gpointer);
void match_selected_cb( GtkWidget *, gpointer);
-void file_open_cmd_cb(GtkWidget *, gpointer);
-void file_save_cmd_cb(GtkWidget *, gpointer);
-void file_save_as_cmd_cb(GtkWidget *, gpointer);
-void file_close_cmd_cb(GtkWidget *, gpointer);
void file_quit_cmd_cb(GtkWidget *, gpointer);
-void file_reload_cmd_cb(GtkWidget *, gpointer);
void file_print_cmd_cb(GtkWidget *, gpointer);
void file_print_packet_cmd_cb(GtkWidget *, gpointer);
void tools_plugins_cmd_cb(GtkWidget *, gpointer);