|
|
@ -5,6 +5,7 @@ |
|
|
|
typedef struct _config cfg_t; |
|
|
|
typedef struct _config cfg_t; |
|
|
|
|
|
|
|
|
|
|
|
extern cfg_t *create(const char *id); |
|
|
|
extern cfg_t *create(const char *id); |
|
|
|
|
|
|
|
extern const char *error(cfg_t *c); |
|
|
|
extern bool config(cfg_t *c, const char *key, const char *value); |
|
|
|
extern bool config(cfg_t *c, const char *key, const char *value); |
|
|
|
extern bool append(cfg_t *c, const char *pattern); |
|
|
|
extern bool append(cfg_t *c, const char *pattern); |
|
|
|
extern bool ready(cfg_t *c); |
|
|
|
extern bool ready(cfg_t *c); |
|
|
|