aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-capwap.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-capwap.c
parent59dddc25ec39be11e00cfe1ff0a839f63d75a26f (diff)
Fix [-Wmissing-prototypes]
svn path=/trunk/; revision=54135
Diffstat (limited to 'epan/dissectors/packet-capwap.c')
-rw-r--r--epan/dissectors/packet-capwap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-capwap.c b/epan/dissectors/packet-capwap.c
index 47ccda01d4..d5052f035e 100644
--- a/epan/dissectors/packet-capwap.c
+++ b/epan/dissectors/packet-capwap.c
@@ -34,6 +34,9 @@
#include <epan/sminmpec.h>
+void proto_register_capwap_control(void);
+void proto_reg_handoff_capwap(void);
+
#define UDP_PORT_CAPWAP_CONTROL 5246
#define UDP_PORT_CAPWAP_DATA 5247
@@ -50,9 +53,6 @@ static reassembly_table capwap_reassembly_table;
* add support of all Messages Element Type
*/
-/* Forward declaration we need below */
-void proto_reg_handoff_capwap(void);
-
/* Initialize the protocol and registered fields */
static int proto_capwap = -1;