/* $Id: tw_config.h 6 2024-09-13 10:28:20Z nishi $ */ #ifndef __TW_CONFIG_H__ #define __TW_CONFIG_H__ struct tw_config_entry {}; struct tw_config { struct tw_config_entry root; }; void tw_config_init(void); int tw_config_read(const char* path); #endif