entrance/src/daemon/entrance_server.h

9 lines
192 B
C

#ifndef ENTRANCE_SERVER_
#define ENTRANCE_SERVER_
void entrance_server_init(void);
void entrance_server_client_wait(void);
void entrance_server_shutdown(void);
#endif /* ENTRANCE_SERVER_ */