aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_list.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-01-19 00:42:12 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-01-19 00:42:12 +0000
commit453309c0c6d3786c013ea553510fa76a53ea84a1 (patch)
tree3f63aa6cff1819846ee3c822114ac0babaad0d04 /gtk/packet_list.h
parentd2a8b3d2cc60ab91880e794612f580883db2b273 (diff)
added some menuitems "View->Show" including show/hide of all main widgets,
saving the states in the recent file svn path=/trunk/; revision=9726
Diffstat (limited to 'gtk/packet_list.h')
-rw-r--r--gtk/packet_list.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/packet_list.h b/gtk/packet_list.h
index 9ffb03df57..d38139a949 100644
--- a/gtk/packet_list.h
+++ b/gtk/packet_list.h
@@ -1,7 +1,7 @@
/* packet_list.h
* Declarations of GTK+-specific routines for managing the packet list.
*
- * $Id: packet_list.h,v 1.1 2004/01/09 08:36:23 guy Exp $
+ * $Id: packet_list.h,v 1.2 2004/01/19 00:42:10 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -25,7 +25,7 @@
#ifndef __PACKET_LIST_H__
#define __PACKET_LIST_H__
-extern void packet_list_new(GtkWidget *u_pane, e_prefs *prefs, gint pl_size);
+extern GtkWidget *packet_list_new(e_prefs *prefs);
extern void packet_list_set_column_titles(void);
extern void mark_frame_cb(GtkWidget *, gpointer);