aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netsync.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-netsync.c')
-rw-r--r--epan/dissectors/packet-netsync.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/dissectors/packet-netsync.c b/epan/dissectors/packet-netsync.c
index 5a25745185..92c44d0ceb 100644
--- a/epan/dissectors/packet-netsync.c
+++ b/epan/dissectors/packet-netsync.c
@@ -35,6 +35,9 @@
#include "dwarf.h"
#include "packet-tcp.h"
+void proto_register_netsync(void);
+void proto_reg_handoff_netsync(void);
+
/*
* See
*
@@ -90,8 +93,6 @@ static const value_string netsync_cmd_vals[] = {
#define NETSNYC_MERKLE_HASH_LENGTH 20
-void proto_reg_handoff_netsync(void);
-
/* Define the monotone netsync proto */
static int proto_netsync = -1;