Fix [-Wmissing-prototypes]
[metze/wireshark/wip.git] / epan / dissectors / packet-fcgi.c
index d468d3d345f37241219e3ccd60d8aa7d9ae04f8b..e95ee87c9e7f4a7b891749bc279ab69be9659471 100644 (file)
@@ -29,6 +29,9 @@
 #include <epan/prefs.h>
 #include "packet-tcp.h"
 
+void proto_register_fcgi(void);
+void proto_reg_handoff_fcgi(void);
+
 static int proto_fcgi = -1;
 
 static guint tcp_port = 0;
@@ -97,8 +100,6 @@ static const value_string protocol_statuses[] = {
    { 0, NULL }
 };
 
-void proto_reg_handoff_fcgi(void);
-
 static void
 dissect_nv_pairs(tvbuff_t *tvb, proto_tree *fcgi_tree, gint offset, guint16 len)
 {