source:
Main/trunk/Server/tw_config.h@
6
Last change on this file since 6 was 6, checked in by , on Sep 13, 2024 at 7:28:20 PM | |
---|---|
|
|
File size: 215 bytes |
Rev | Line | |
---|---|---|
[4] | 1 | /* $Id: tw_config.h 6 2024-09-13 10:28:20Z nishi $ */ |
2 | ||
3 | #ifndef __TW_CONFIG_H__ | |
4 | #define __TW_CONFIG_H__ | |
5 | ||
[6] | 6 | struct tw_config_entry {}; |
7 | ||
8 | struct tw_config { | |
9 | struct tw_config_entry root; | |
10 | }; | |
11 | ||
12 | void tw_config_init(void); | |
[4] | 13 | int tw_config_read(const char* path); |
14 | ||
15 | #endif |
Note:
See TracBrowser
for help on using the repository browser.