actube/src/wtp/wtp_interface.h

10 lines
162 B
C

#ifndef __WTP_INTERFACE_H
#define __WTP_INTERFACE_H
#include "capwap/wtpinfo.h"
extern struct wtpinfo * get_wtpinfo();
extern struct conn * get_conn();
#endif