From ab3e604b2f9dd100135618525acefc84da46872c Mon Sep 17 00:00:00 2001 From: stig Date: Sun, 11 Oct 2009 16:24:29 +0000 Subject: Make all proto_* values static. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30516 f5534014-38df-0310-8fa8-9805f1628bb7 --- asn1/cmp/packet-cmp-template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asn1/cmp/packet-cmp-template.c') diff --git a/asn1/cmp/packet-cmp-template.c b/asn1/cmp/packet-cmp-template.c index 1fa3a5f922..96ed98cfbf 100644 --- a/asn1/cmp/packet-cmp-template.c +++ b/asn1/cmp/packet-cmp-template.c @@ -62,7 +62,7 @@ static guint cmp_alternate_http_port = 0; static guint cmp_alternate_tcp_style_http_port = 0; /* Initialize the protocol and registered fields */ -int proto_cmp = -1; +static int proto_cmp = -1; static int hf_cmp_type_oid = -1; static int hf_cmp_tcptrans_len = -1; static int hf_cmp_tcptrans_type = -1; -- cgit v1.2.3