aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sasp.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-10-10 20:07:06 +0000
committerBill Meier <wmeier@newsguy.com>2010-10-10 20:07:06 +0000
commit209109c2fd465c6b2065d625c4dba0ad9c879b1e (patch)
treeba9e70aa89acbddba4fac5b0280f0b16296c0f07 /epan/dissectors/packet-sasp.c
parent219877f1d3b966206179c7b4d126d5aaf56f09ba (diff)
Define some fcns & vars as static ...
svn path=/trunk/; revision=34458
Diffstat (limited to 'epan/dissectors/packet-sasp.c')
-rw-r--r--epan/dissectors/packet-sasp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-sasp.c b/epan/dissectors/packet-sasp.c
index 483016e44e..4ddf6c1704 100644
--- a/epan/dissectors/packet-sasp.c
+++ b/epan/dissectors/packet-sasp.c
@@ -312,8 +312,8 @@ static const value_string set_mem_state_reply_response_code[] = {
};
-proto_item *memdatacomp = NULL;
-proto_tree *memdatacomp_tree = NULL;
+static proto_item *memdatacomp = NULL;
+static proto_tree *memdatacomp_tree = NULL;