From 3f0bbe7669fa61ef205445a0a2b8524bf932ef4f Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Wed, 23 Oct 2013 20:54:17 +0000 Subject: Fix warnings. svn path=/trunk/; revision=52803 --- epan/dissectors/packet-openflow.c | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/dissectors/packet-openflow.c') 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 #include +void proto_register_openflow(void); void proto_reg_handoff_openflow(void); static int g_openflow_port = 0; -- cgit v1.2.3