aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h283.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-h283.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-h283.c')
-rw-r--r--epan/dissectors/packet-h283.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-h283.c b/epan/dissectors/packet-h283.c
index 6ff6422bb4..94407f8884 100644
--- a/epan/dissectors/packet-h283.c
+++ b/epan/dissectors/packet-h283.c
@@ -50,7 +50,7 @@
#define PFNAME "lct"
/* Initialize the protocol and registered fields */
-int proto_h283 = -1;
+static int proto_h283 = -1;
/*--- Included file: packet-h283-hf.c ---*/
#line 1 "packet-h283-hf.c"