aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-openflow.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-10-23 20:54:17 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-10-23 20:54:17 +0000
commit3f0bbe7669fa61ef205445a0a2b8524bf932ef4f (patch)
tree736ebc4a15a90737adc7dac478e9927c969b6a0d /epan/dissectors/packet-openflow.c
parente41d5b90491883bad3e4a1fa5d365591b363ceb6 (diff)
Fix warnings.
svn path=/trunk/; revision=52803
Diffstat (limited to 'epan/dissectors/packet-openflow.c')
-rw-r--r--epan/dissectors/packet-openflow.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-openflow.c b/epan/dissectors/packet-openflow.c
index 2723b4bbd4..991f451876 100644
--- a/epan/dissectors/packet-openflow.c
+++ b/epan/dissectors/packet-openflow.c
@@ -32,6 +32,7 @@
#include <epan/packet.h>
#include <epan/prefs.h>
+void proto_register_openflow(void);
void proto_reg_handoff_openflow(void);
static int g_openflow_port = 0;