]> git.meshlink.io Git - meshlink/blobdiff - src/conf.h
Remove debug messages incorrectly marked as warnings.
[meshlink] / src / conf.h
index c3cf6f7d642fee59748e4acf92518e95067d32f4..46f1c89e68f2e0365f4b610270e02ca853fd9f0e 100644 (file)
@@ -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 modify_config_file(struct meshlink_handle *mesh, const char *, const char *, const char *, bool);
 extern bool append_config_file(struct meshlink_handle *mesh, const char *, const char *, const char *);
 
 #endif /* __MESHLINK_CONF_H__ */