aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/camel/packet-camel-template.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-03-28 02:53:49 +0000
committerGuy Harris <guy@alum.mit.edu>2005-03-28 02:53:49 +0000
commit9385c4b8689d3a6e7411c1c9ee21d6be8ece6a63 (patch)
tree42f05fbafbcba654a14a7c624bfc50d10fc7b6ba /asn1/camel/packet-camel-template.c
parent62aa500e155e59df6c1ee03c6d63a7dc7281b406 (diff)
The "application_context_version" variables in the CAMEL and GSM MAP
dissectors aren't needed outside the dissectors, and having more than one of them exported causes build problems, at least on OS X - make them static. Fix indentation. svn path=/trunk/; revision=13951
Diffstat (limited to 'asn1/camel/packet-camel-template.c')
-rw-r--r--asn1/camel/packet-camel-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/camel/packet-camel-template.c b/asn1/camel/packet-camel-template.c
index 945bb1339d..572ec54ebe 100644
--- a/asn1/camel/packet-camel-template.c
+++ b/asn1/camel/packet-camel-template.c
@@ -86,7 +86,7 @@ dissector_handle_t camel_handle;
/* Global variables */
-int application_context_version;
+static int application_context_version;
static int dissect_invokeCmd(packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb, int offset);