summaryrefslogtreecommitdiff
path: root/gtk/main.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-02-03 00:16:59 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-02-03 00:16:59 +0000
commit3f2f2929ebfb2aee247e8ac18156a0b8da762569 (patch)
tree2bd3c22b97f1b443f0f9ff2409b9197ead66d71e /gtk/main.h
parent22b253fb3087e17d476c760cfc7023167cbd4cb0 (diff)
downloadwireshark-3f2f2929ebfb2aee247e8ac18156a0b8da762569.tar.gz
added some more info to the statusbar (filesize, packet count, ..),
fixed a minor bug in the cfile handling (file length in summary dialog) svn path=/trunk/; revision=9961
Diffstat (limited to 'gtk/main.h')
-rw-r--r--gtk/main.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/main.h b/gtk/main.h
index 4a6f87cb37..9289dc5d27 100644
--- a/gtk/main.h
+++ b/gtk/main.h
@@ -1,7 +1,7 @@
/* main.h
* Global defines, etc.
*
- * $Id: main.h,v 1.41 2004/01/31 18:32:37 ulfl Exp $
+ * $Id: main.h,v 1.42 2004/02/03 00:16:58 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -109,6 +109,8 @@ extern gboolean main_do_quit(void);
extern void main_widgets_rearrange(void);
extern int main_filter_packets(capture_file *cf, const gchar *dftext);
extern void dnd_open_file_cmd(gpointer cf_name);
+extern void packets_bar_update(void);
+
typedef enum {
FA_SUCCESS,