aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-opsi.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-opsi.c')
-rw-r--r--epan/dissectors/packet-opsi.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-opsi.c b/epan/dissectors/packet-opsi.c
index dfe82b6a32..2e8f1bb1bf 100644
--- a/epan/dissectors/packet-opsi.c
+++ b/epan/dissectors/packet-opsi.c
@@ -33,6 +33,9 @@
#include "packet-tcp.h"
+void proto_register_opsi(void);
+void proto_reg_handoff_opsi(void);
+
/* TCP destination port dedicated to the OPSI protocol */
#define TCP_PORT_OPSI 4002