source:
Main/trunk/Server/tw_server.h@
10
Last change on this file since 10 was 9, checked in by , on Sep 13, 2024 at 8:28:43 PM | |
---|---|
|
|
File size: 122 bytes |
Line | |
---|---|
1 | /* $Id: tw_server.h 9 2024-09-13 11:28:43Z nishi $ */ |
2 | |
3 | #ifndef __TW_SERVER_H__ |
4 | #define __TW_SERVER_H__ |
5 | |
6 | int tw_server_init(void); |
7 | void tw_server_loop(void); |
8 | |
9 | #endif |
Note:
See TracBrowser
for help on using the repository browser.