aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/packet_win.h')
-rw-r--r--gtk/packet_win.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/gtk/packet_win.h b/gtk/packet_win.h
index 53fb1ca013..6be5e7b530 100644
--- a/gtk/packet_win.h
+++ b/gtk/packet_win.h
@@ -3,7 +3,7 @@
*
* Copyright 2000, Jeffrey C. Foster <jfoste@woodward.com>
*
- * $Id: packet_win.h,v 1.2 2000/03/02 07:05:57 guy Exp $
+ * $Id: packet_win.h,v 1.3 2000/08/11 13:32:57 deniel Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -24,7 +24,12 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#ifndef __PACKET_WIN_H__
+#define __PACKET_WIN_H__
+
extern void new_window_cb(GtkWidget *w);
void set_ptree_sel_browse_packet_wins(gboolean val);
void set_ptree_line_style_packet_wins(gint style);
void set_ptree_expander_style_packet_wins(gint style);
+
+#endif