Fix [-Wmissing-prototypes]
[metze/wireshark/wip.git] / epan / dissectors / packet-gsm_sim.c
index 23dc1018f3a704906326a821c641d3842661c4d0..98676b405264d4b248b03bcd9ece67584620b683 100644 (file)
@@ -35,6 +35,9 @@
 #include <epan/lapd_sapi.h>
 #include <epan/prefs.h>
 
+void proto_register_gsm_sim(void);
+void proto_reg_handoff_gsm_sim(void);
+
 static int proto_gsm_sim = -1;
 
 /* ISO 7816-4 APDU */
@@ -1457,9 +1460,6 @@ dissect_gsm_sim_response(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
        dissect_rsp_apdu_tvb(tvb, 0, pinfo, tree, NULL);
 }
 
-void
-proto_reg_handoff_gsm_sim(void);
-
 void
 proto_register_gsm_sim(void)
 {