Fix [-Wmissing-prototypes]
[metze/wireshark/wip.git] / epan / dissectors / packet-forces.c
index 7c1d447bd74c428ca82e83488b72f817822a07ba..068d14294d16b1c60e8931986fb4ed3be5b31cfa 100644 (file)
@@ -32,6 +32,9 @@
 #include <epan/prefs.h>
 #include <epan/expert.h>
 
+void proto_register_forces(void);
+void proto_reg_handoff_forces(void);
+
 static dissector_handle_t ip_handle;
 
 /* Initialize the ForCES protocol and registered fields */
@@ -613,8 +616,6 @@ dissect_forces_not_tcp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
     dissect_forces(tvb, pinfo, tree, 0);
 }
 
-void proto_reg_handoff_forces(void);
-
 void
 proto_register_forces(void)
 {