X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fconf.h;h=b1e50c7744b95fe462761b8ec8d0b2bcbb369daf;hb=138cfb668035b60423f805767c2a13dffc44dfd5;hp=c3cf6f7d642fee59748e4acf92518e95067d32f4;hpb=7837be7f1513ebeb723298625ce9814d697f1c80;p=meshlink diff --git a/src/conf.h b/src/conf.h index c3cf6f7d..b1e50c77 100644 --- a/src/conf.h +++ b/src/conf.h @@ -52,6 +52,7 @@ extern bool write_config_file(const struct splay_tree_t *, const char *); extern bool read_server_config(struct meshlink_handle *mesh); extern bool read_host_config(struct meshlink_handle *mesh, struct splay_tree_t *, const char *); extern bool write_host_config(struct meshlink_handle *mesh, const struct splay_tree_t *, const char *); +extern bool change_config_file(struct meshlink_handle *mesh, const char *, const char *, const char *); extern bool append_config_file(struct meshlink_handle *mesh, const char *, const char *, const char *); #endif /* __MESHLINK_CONF_H__ */