actube/src/wtp/wtp_interface.h

13 lines
150 B
C

#ifndef __WTP_INTERFACE_H
#define __WTP_INTERFACE_H
#include "cw/bstr.h"
extern struct conn * get_conn();
extern bstr_t get_base_rmac();
#endif