Work on bindings mod...

FossilOrigin-Name: a45d93f3b34580c0addbbf5f5572dc35df06524cfcb1b3f2a0774086baeecba4
This commit is contained in:
7u83@mail.ru
2016-03-08 19:06:42 +00:00
parent 68179b0c5d
commit 364e418864
13 changed files with 16 additions and 13 deletions

View File

@ -1,6 +1,7 @@
OBJS=\
mod_capwap80211_ac.o
mod_capwap80211_ac.o \
capwap80211_actions_ac.o
NAME=libcapwap80211.a

View File

@ -4,5 +4,7 @@
struct mod_ac *mod_capwap80211_ac();
struct mod_wtp *mod_capwap2011_wtp();
extern int capwap80211_register_actions_ac(struct cw_actiondef *def);
#endif