-Wmissing-prototypes
[metze/wireshark/wip.git] / asn1 / gnm / packet-gnm-template.c
index 91c6a273f684f01ac987eb0b0e6805350410b0bc..7635028f22fb9896be019bea5f383ce669edc876 100644 (file)
@@ -41,6 +41,9 @@
 #define PSNAME "GNM"
 #define PFNAME "gnm"
 
+void proto_register_gnm(void);
+void proto_reg_handoff_gnm(void);
+
 /* Initialize the protocol and registered fields */
 static int proto_gnm = -1;
 
@@ -64,7 +67,7 @@ dissect_gnm_attribute_ObjectInstance(tvbuff_t *tvb, packet_info *pinfo, proto_tr
 
 }
 
-void
+static void
 dissect_gnm(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *parent_tree _U_)
 {
   /* Dymmy function */