preparation de la lecture du fichier de conf
This commit is contained in:
21
core/config.h
Normal file
21
core/config.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* config.h
|
||||
*/
|
||||
|
||||
#define SZ_STRINGS 200
|
||||
|
||||
typedef struct {
|
||||
|
||||
int valid;
|
||||
|
||||
|
||||
|
||||
|
||||
} Configuration;
|
||||
|
||||
/* ---------------------------------------------------------------- */
|
||||
|
||||
int parse_config(char *fname, int flags);
|
||||
int show_config(char *title);
|
||||
|
||||
/* ---------------------------------------------------------------- */
|
||||
Reference in New Issue
Block a user