actube/src/ac/ac.h

9 lines
207 B
C
Raw Normal View History

#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;