Fix [-Wmissing-prototypes]
[metze/wireshark/wip.git] / epan / dissectors / packet-lmi.c
index 9241a76986fcf26d4c184cc7f467e9f13d7c4a0f..7f1760c8406ca965cde1dc7493595d7dada925c1 100644 (file)
@@ -40,6 +40,9 @@
 #include <epan/packet.h>
 #include <epan/nlpid.h>
 
+void proto_register_lmi(void);
+void proto_reg_handoff_lmi(void);
+
 static int proto_lmi = -1;
 static int hf_lmi_call_ref = -1;
 static int hf_lmi_msg_type = -1;