header guard corrected.

FossilOrigin-Name: 1e63b20674d2db9f1f57b24d9700cf0232c4df1343552f7f281986bdd24e4c7f
This commit is contained in:
7u83@mail.ru 2016-03-28 14:44:37 +00:00
parent 0c8b3db4dd
commit 1a718edfc7
1 changed files with 7 additions and 3 deletions

View File

@ -1,8 +1,12 @@
#ifndef __CAPWAP80211_H
#define __CAPWAP80211_H
#ifndef __CAPWAP80211_ITEMS_H
#define __CAPWAP80211_ITEMS_H
extern const char CW_ITEM_80211_SUPPORTED_RATES[];
#include "item.h"
extern const char CW_ITEM80211_SUPPORTED_RATES[];
extern const char CW_ITEM80211_WTP_RADIO_INFORMATION[];
extern struct cw_itemdef capwap80211_itemdefs[];
#endif