actube/src/wtp/wtp.h

8 lines
88 B
C
Raw Normal View History

#ifndef __WTP_H
#define __WTP_H
extern int sulking_state();
extern int join();
#endif