actube/src/wtp/wtp_interface.h

10 lines
162 B
C
Raw Normal View History

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