aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gopher.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-gopher.c')
-rw-r--r--epan/dissectors/packet-gopher.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-gopher.c b/epan/dissectors/packet-gopher.c
index d40acd0eab..23c6dbd0f2 100644
--- a/epan/dissectors/packet-gopher.c
+++ b/epan/dissectors/packet-gopher.c
@@ -37,6 +37,9 @@
#include <epan/packet.h>
#include <epan/prefs.h>
+void proto_register_gopher(void);
+void proto_reg_handoff_gopher(void);
+
/* Initialize the protocol and registered fields */
static int proto_gopher = -1;
static int hf_gopher_request = -1;