Cleaned up.
FossilOrigin-Name: 66b8b74d697f0616f91b6b0e793d7ef1a52dae9f1fe2ff62233ad5db7417701f
This commit is contained in:
parent
34b0d49faf
commit
2b4481ee20
@ -2,12 +2,10 @@
|
||||
#include "cisco_items.h"
|
||||
|
||||
const char CISCO_ITEM_AP_MODE_AND_TYPE[]="cisco_ap_mode_and_type";
|
||||
const char CISCO_MWAR_HASH_VALUE[]="cisco_mwar_hash_value";
|
||||
|
||||
struct cw_itemdef cisco_itemdefs[] = {
|
||||
|
||||
{CISCO_ITEM_AP_MODE_AND_TYPE,CW_ITEM_NONE,MBAG_WORD},
|
||||
{CISCO_MWAR_HASH_VALUE,CW_ITEM_NONE,MBAG_BSTR},
|
||||
|
||||
{CW_ITEM_NONE}
|
||||
};
|
||||
|
@ -2,7 +2,6 @@
|
||||
#define __CISCO_ITEMS_H
|
||||
|
||||
extern const char CISCO_ITEM_AP_MODE_AND_TYPE[];
|
||||
extern const char CISCO_MWAR_HASH_VALUE[];
|
||||
|
||||
extern struct cw_itemdef cisco_itemdefs[];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user