diff options
author | Guy Harris <guy@alum.mit.edu> | 1999-08-12 07:36:41 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 1999-08-12 07:36:41 +0000 |
commit | 2fd75551101a2f729f285efe33d850421bd5da47 (patch) | |
tree | 5950af4e7a1c074e8894c8d7333b082f200aeeb1 /ethereal.h | |
parent | f5d36ff3cd3a51f07fd6752bf866fc63bf4a3c5a (diff) | |
download | wireshark-2fd75551101a2f729f285efe33d850421bd5da47.tar.gz wireshark-2fd75551101a2f729f285efe33d850421bd5da47.tar.bz2 wireshark-2fd75551101a2f729f285efe33d850421bd5da47.zip |
"file_sel_ok_cb()" isn't used except with the "File/Open" dialog box;
rename it to "file_open_ok_cb()", move it next to the routine to create
that dialog box, and make it static.
svn path=/trunk/; revision=476
Diffstat (limited to 'ethereal.h')
-rw-r--r-- | ethereal.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ethereal.h b/ethereal.h index 2c61ec0cc9..c031792374 100644 --- a/ethereal.h +++ b/ethereal.h @@ -1,7 +1,7 @@ /* ethereal.h * Global defines, etc. * - * $Id: ethereal.h,v 1.20 1999/07/27 02:04:35 guy Exp $ + * $Id: ethereal.h,v 1.21 1999/08/12 07:36:40 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -82,7 +82,6 @@ typedef struct _selection_info { extern GtkStyle *item_style; void about_ethereal( GtkWidget *, gpointer); -void file_sel_ok_cb(GtkWidget *, GtkFileSelection *); void blank_packetinfo(); gint file_progress_cb(gpointer); void follow_stream_cb( GtkWidget *, gpointer); |