8 lines
95 B
C
8 lines
95 B
C
#ifndef __WTP_INTERFACE_H
|
|
#define __WTP_INTERFACE_H
|
|
|
|
extern struct conn * get_conn();
|
|
|
|
#endif
|
|
|