aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cms.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-11 16:24:29 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-11 16:24:29 +0000
commitab3e604b2f9dd100135618525acefc84da46872c (patch)
tree6e9013276fb96feb88381418bed8d9f2dd9d7a76 /epan/dissectors/packet-cms.c
parent562bd1c37b442356478de0978af86b9e0566fc65 (diff)
Make all proto_* values static.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30516 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-cms.c')
-rw-r--r--epan/dissectors/packet-cms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-cms.c b/epan/dissectors/packet-cms.c
index f0619b9249..31be7f8341 100644
--- a/epan/dissectors/packet-cms.c
+++ b/epan/dissectors/packet-cms.c
@@ -57,7 +57,7 @@
#define PFNAME "cms"
/* Initialize the protocol and registered fields */
-int proto_cms = -1;
+static int proto_cms = -1;
static int hf_cms_ci_contentType = -1;
/*--- Included file: packet-cms-hf.c ---*/