aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hdfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-hdfs.c')
-rw-r--r--epan/dissectors/packet-hdfs.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/dissectors/packet-hdfs.c b/epan/dissectors/packet-hdfs.c
index b96427a10e..a0d2d4605f 100644
--- a/epan/dissectors/packet-hdfs.c
+++ b/epan/dissectors/packet-hdfs.c
@@ -35,6 +35,9 @@
#include <epan/dissectors/packet-tcp.h>
#include <epan/prefs.h>
+void proto_register_hdfs(void);
+void proto_reg_handoff_hdfs(void);
+
#if 0
#define NAMENODE_PORT 8020
#endif
@@ -120,8 +123,6 @@ static gint ett_hdfs = -1;
static dissector_handle_t hdfs_handle;
-void proto_reg_handoff_hdfs(void);
-
/* Parses the parameters of a function.
Parses the type length which is always in 2 bytes.
Next the type which is the previously found length.