aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hdfsdata.c
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-15 23:44:12 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-15 23:44:12 +0000
commitc45475ab45cdca7e8ea9de3c88bc07769a0983cd (patch)
treea076d8008305c9772404f613d49e9914044f5451 /epan/dissectors/packet-hdfsdata.c
parent59dddc25ec39be11e00cfe1ff0a839f63d75a26f (diff)
Fix [-Wmissing-prototypes]
svn path=/trunk/; revision=54135
Diffstat (limited to 'epan/dissectors/packet-hdfsdata.c')
-rw-r--r--epan/dissectors/packet-hdfsdata.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-hdfsdata.c b/epan/dissectors/packet-hdfsdata.c
index a3f0ba7958..43200a397c 100644
--- a/epan/dissectors/packet-hdfsdata.c
+++ b/epan/dissectors/packet-hdfsdata.c
@@ -33,6 +33,8 @@
#include <epan/prefs.h>
#include "epan/dissectors/packet-tcp.h"
+void proto_register_hdfsdata(void);
+void proto_reg_handoff_hdfsdata(void);
#if 0
#define NAMENODE_PORT 8020
@@ -110,8 +112,6 @@ static gint ett_hdfsdata = -1;
static dissector_handle_t hdfsdata_handle;
-void proto_reg_handoff_hdfsdata(void);
-
/* Taken from HDFS
Parse the first byte of a vint/vlong to determine the number of bytes
value is the first byte of the vint/vlong