diff options
author | Maria Matejka <mq@ucw.cz> | 2023-01-19 13:24:12 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2023-01-19 18:17:05 +0100 |
commit | 1127f19a7a12b162064b1f521acd5c0017fbcf89 (patch) | |
tree | c80db6f02d775cf1b29809ae3b5e5c1f7cd9fb33 /conf/conf.h | |
parent | 84c298465f6360a8694d4837f3420961ea321fa5 (diff) | |
parent | 140c534fb81d0e165b7d674e869c646455ed19d1 (diff) |
Merge commit '140c534fb81d0e165b7d674e869c646455ed19d1' into thread-next
Diffstat (limited to 'conf/conf.h')
-rw-r--r-- | conf/conf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/conf.h b/conf/conf.h index 9f011ef7..b30914c1 100644 --- a/conf/conf.h +++ b/conf/conf.h @@ -71,6 +71,7 @@ struct config *config_alloc(const char *name); int config_parse(struct config *); int cli_parse(struct config *); void config_free(struct config *); +void config_free_old(void); int config_commit(struct config *, int type, uint timeout); int config_confirm(void); int config_undo(void); |