|
|
@ -9,6 +9,7 @@ typedef struct _config cfg_t; |
|
|
|
extern cfg_t *create(const char *id); |
|
|
|
extern cfg_t *create(const char *id); |
|
|
|
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 ready(cfg_t *c); |
|
|
|
extern bool ready(cfg_t *c); |
|
|
|
|
|
|
|
extern char *error(cfg_t *c); |
|
|
|
extern bool start(cfg_t *c); |
|
|
|
extern bool start(cfg_t *c); |
|
|
|
extern bool stop(cfg_t *c); |
|
|
|
extern bool stop(cfg_t *c); |
|
|
|
extern bool ping(cfg_t *c); |
|
|
|
extern bool ping(cfg_t *c); |
|
|
|