Fix more "no previous declaration" warnings
authorJörg Mayer <jmayer@loplof.de>
Tue, 2 Aug 2005 04:57:58 +0000 (04:57 -0000)
committerJörg Mayer <jmayer@loplof.de>
Tue, 2 Aug 2005 04:57:58 +0000 (04:57 -0000)
svn path=/trunk/; revision=15174

asn1/h245/packet-h245-template.c
epan/dissectors/packet-h245.c

index de6dfd5d8ebc86bf177f90cb387870e80976adae..5ee2de2907439f7c07d4032380f9529e41cb35f6 100644 (file)
@@ -231,7 +231,7 @@ int proto_h245 = -1;
 
 #include "packet-h245-fn.c"
 
-void
+static void
 dissect_h245(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
 {
     pi_current++;
@@ -248,7 +248,7 @@ dissect_h245(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
        tap_queue_packet(h245_tap, pinfo, h245_pi);
 }
 
-void
+static void
 dissect_h245_h245(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
 {
        proto_item *it;
index c5e1467d7bcf1b502df2c10f0600d4dc35d10f1b..b541f4d43196ece3a297bcf964b91f2276f94d73 100644 (file)
@@ -16858,7 +16858,7 @@ dissect_h245_Moderfc2733(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, prot
 /*--- End of included file: packet-h245-fn.c ---*/
 
 
-void
+static void
 dissect_h245(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
 {
     pi_current++;
@@ -16875,7 +16875,7 @@ dissect_h245(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
        tap_queue_packet(h245_tap, pinfo, h245_pi);
 }
 
-void
+static void
 dissect_h245_h245(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
 {
        proto_item *it;