diff --git a/src/ac/ac.h b/src/ac/ac.h new file mode 100644 index 00000000..3d813bc9 --- /dev/null +++ b/src/ac/ac.h @@ -0,0 +1,8 @@ +#include "capwap/capwap.h" +#include "capwap/itemstore.h" + +extern struct ac_status ac_global_status; +extern int ac_global_init(); +extern cw_itemstore_t ac_config; +extern struct cw_actiondef capwap_actions; +