aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-sync.c')
-rw-r--r--epan/dissectors/packet-sync.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-sync.c b/epan/dissectors/packet-sync.c
index f0587291b1..6a15e8deef 100644
--- a/epan/dissectors/packet-sync.c
+++ b/epan/dissectors/packet-sync.c
@@ -37,6 +37,9 @@
#define TYPE_2_LEN 12
#define TYPE_3_LEN 19
+void proto_register_sync(void);
+void proto_reg_handoff_sync(void);
+
/* Initialize the protocol and registered fields */
static int proto_sync = -1;
static int hf_sync_type = -1;