Rev 4 | Rev 7 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
/* $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