entrance/src/daemon/entrance_server.h

9 lines
192 B
C
Raw Normal View History

#ifndef ENTRANCE_SERVER_
#define ENTRANCE_SERVER_
2014-01-08 15:04:44 -08:00
void entrance_server_init(void);
void entrance_server_client_wait(void);
void entrance_server_shutdown(void);
#endif /* ENTRANCE_SERVER_ */