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 --- epan/dissectors/packet-crmf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-crmf.c') diff --git a/epan/dissectors/packet-crmf.c b/epan/dissectors/packet-crmf.c index f99da8296b..858e0e0f0c 100644 --- a/epan/dissectors/packet-crmf.c +++ b/epan/dissectors/packet-crmf.c @@ -53,7 +53,7 @@ #define PFNAME "crmf" /* Initialize the protocol and registered fields */ -int proto_crmf = -1; +static int proto_crmf = -1; static int hf_crmf_type_oid = -1; /*--- Included file: packet-crmf-hf.c ---*/ -- cgit v1.2.3