Try to fix:

packet-zbee-nwk.c:260: error: static declaration of ‘zbee_table_link_keyring’ follows non-static declaration

svn path=/trunk/; revision=34628
This commit is contained in:
Anders Broman 2010-10-24 11:53:15 +00:00
parent 43cb273d08
commit 252ade740a

View file

@ -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