]> arthur.barton.de Git - netdata.git/blobdiff - src/appconfig.h
added more fping alarms; added the ability to have alarms that never send CLEAR notif...
[netdata.git] / src / appconfig.h
index 41d1e19bb54e32dcb60e31a732e20d60a8dd5650..08aae8348891c08fda9298a9a68046b50a59b973 100644 (file)
@@ -1,5 +1,3 @@
-#include "web_buffer.h"
-
 #ifndef NETDATA_CONFIG_H
 #define NETDATA_CONFIG_H 1
 
@@ -26,6 +24,9 @@ extern const char *config_set_default(const char *section, const char *name, con
 extern long long config_set_number(const char *section, const char *name, long long value);
 extern int config_set_boolean(const char *section, const char *name, int value);
 
+extern int config_exists(const char *section, const char *name);
+extern int config_rename(const char *section, const char *old, const char *new);
+
 extern void generate_config(BUFFER *wb, int only_changed);
 
 #endif /* NETDATA_CONFIG_H */