aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zbee-nwk.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2010-10-24 11:53:15 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2010-10-24 11:53:15 +0000
commitd75fe1c6468cb9a948632fd8398b8af248b820ca (patch)
treefbdb92ac58f8253be94cea9da993dbdff18e9cf5 /epan/dissectors/packet-zbee-nwk.c
parent0bcf7816ce362ff3a0bcebc5f7b850157cc6a25a (diff)
Try to fix:
packet-zbee-nwk.c:260: error: static declaration of ‘zbee_table_link_keyring’ follows non-static declaration git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34628 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-zbee-nwk.c')
-rw-r--r--epan/dissectors/packet-zbee-nwk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-zbee-nwk.c b/epan/dissectors/packet-zbee-nwk.c
index 1023171ada..341ea94f78 100644
--- a/epan/dissectors/packet-zbee-nwk.c
+++ b/epan/dissectors/packet-zbee-nwk.c
@@ -256,8 +256,8 @@ static const value_string zbee_nwk_stack_profiles[] = {
*-------------------------------------
*/
static ieee802154_addr_t zbee_nwk_addr = { 0, NULL, NULL };
- GHashTable *zbee_table_nwk_keyring = NULL;
-static GHashTable *zbee_table_link_keyring = NULL;
+GHashTable *zbee_table_nwk_keyring = NULL;
+GHashTable *zbee_table_link_keyring = NULL;
/*FUNCTION:------------------------------------------------------
* NAME