From acb940488bd322ef83ae503cbe56864ac479c898 Mon Sep 17 00:00:00 2001 From: Kovarththanan Rajaratnam Date: Fri, 9 Oct 2009 21:06:56 +0000 Subject: Make a few variables static svn path=/trunk/; revision=30451 --- asn1/gsmmap/packet-gsmmap-template.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'asn1') diff --git a/asn1/gsmmap/packet-gsmmap-template.c b/asn1/gsmmap/packet-gsmmap-template.c index b6ca46a9c3..e87cef8146 100644 --- a/asn1/gsmmap/packet-gsmmap-template.c +++ b/asn1/gsmmap/packet-gsmmap-template.c @@ -185,8 +185,8 @@ static guint32 errorCode; static proto_tree *top_tree; static int application_context_version; static guint ProtocolId; -guint AccessNetworkProtocolId; -const char *obj_id = NULL; +static guint AccessNetworkProtocolId; +static const char *obj_id = NULL; static int gsm_map_tap = -1; #define SMS_ENCODING_NOT_SET 0 -- cgit v1.2.3