Prototypes for capwap_itemdefs.
FossilOrigin-Name: 0d123ce3935f53f6be7b148adbb5be5ed1370e7deb5fb75bc29c0b4945aa0c53
This commit is contained in:
parent
8d3077e2fd
commit
cdfc2c3f63
@ -1,6 +1,8 @@
|
||||
#ifndef __CAPWAP_ITEMS_H
|
||||
#define __CAPWAP_ITEMS_H
|
||||
|
||||
#include "item.h"
|
||||
|
||||
enum capwap_items {
|
||||
CW_ITEM_NONE=0,
|
||||
CW_ITEM_IDLE_TIMEOUT,
|
||||
@ -76,5 +78,6 @@ enum capwap_items {
|
||||
|
||||
};
|
||||
|
||||
extern struct cw_item capwap_itemdefs[];
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user