aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_help.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-05-17 23:33:23 +0000
committerGuy Harris <guy@alum.mit.edu>2011-05-17 23:33:23 +0000
commit8f53a5655cb2ccad82056ebbbab7e6ed40e5c35f (patch)
tree0c072378d8eddf255d2f1c16db913ab7feba7681 /gtk/proto_help.c
parente902f33d18d034b5e61bc5e7889ec3982c1d98a3 (diff)
Make some routines static that aren't used outside the source file in
which they're defined. Include some header files that declare functions in the source files that define the functions. Declare packet_list_get_type() in gtk/packet_list_store.h, as it defines a macro that uses that function. svn path=/trunk/; revision=37223
Diffstat (limited to 'gtk/proto_help.c')
-rw-r--r--gtk/proto_help.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/proto_help.c b/gtk/proto_help.c
index 5557c75861..db6c327a52 100644
--- a/gtk/proto_help.c
+++ b/gtk/proto_help.c
@@ -41,6 +41,8 @@
#include <epan/strutil.h>
#include <epan/proto.h>
+#include "gtk/proto_help.h"
+
#if GLIB_CHECK_VERSION(2,14,0) /* GRegex */
#define PH_MENU_TOP "/Protocol Help"