actube/src/wtp/wtp_interface.h

8 lines
95 B
C

#ifndef __WTP_INTERFACE_H
#define __WTP_INTERFACE_H
extern struct conn * get_conn();
#endif