actube/src/wtp/wtp.h

16 lines
168 B
C

#ifndef __WTP_H
#define __WTP_H
#include "capwap/conn.h"
extern int sulking_state();
extern int join();
extern int discovery();
struct conn * get_conn();
#endif