Subversion Repositories Tewi

Rev

Rev 4 | Rev 7 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 6
Line 1... Line 1...
1
/* $Id: tw_config.h 4 2024-09-13 09:39:33Z nishi $ */
1
/* $Id: tw_config.h 6 2024-09-13 10:28:20Z nishi $ */
2
 
2
 
3
#ifndef __TW_CONFIG_H__
3
#ifndef __TW_CONFIG_H__
4
#define __TW_CONFIG_H__
4
#define __TW_CONFIG_H__
5
 
5
 
-
 
6
struct tw_config_entry {};
-
 
7
 
-
 
8
struct tw_config {
-
 
9
	struct tw_config_entry root;
-
 
10
};
-
 
11
 
-
 
12
void tw_config_init(void);
6
int tw_config_read(const char* path);
13
int tw_config_read(const char* path);
7
 
14
 
8
#endif
15
#endif