From 6d1dae6f2839252882e115e643eac884a38326e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Sun, 11 Oct 2009 16:24:29 +0000 Subject: Make all proto_* values static. svn path=/trunk/; revision=30516 --- asn1/cdt/packet-cdt-template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asn1/cdt') diff --git a/asn1/cdt/packet-cdt-template.c b/asn1/cdt/packet-cdt-template.c index 04475d9906..cb68723f46 100644 --- a/asn1/cdt/packet-cdt-template.c +++ b/asn1/cdt/packet-cdt-template.c @@ -57,7 +57,7 @@ static proto_item *cdt_item = NULL; static guint32 content_type = 0; /* Initialize the protocol and registered fields */ -int proto_cdt = -1; +static int proto_cdt = -1; #include "packet-cdt-hf.c" static dissector_handle_t data_handle = NULL; -- cgit v1.2.3