aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-socks.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-socks.c')
-rw-r--r--epan/dissectors/packet-socks.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-socks.c b/epan/dissectors/packet-socks.c
index 028a3244b8..fb55a86980 100644
--- a/epan/dissectors/packet-socks.c
+++ b/epan/dissectors/packet-socks.c
@@ -93,6 +93,9 @@
#define CHAP_AUTHENTICATION 3
#define AUTHENTICATION_FAILED 0xff
+void proto_register_socks(void);
+void proto_reg_handoff_socks(void);
+
/*********** Header field identifiers *************/
static int proto_socks = -1;