@cryptotaxi247 / netdata-1 / commits / 030309dd5

fix implicit declaration of function 'appconfig_section_option_destroy_non_loaded' (#12756)

Ilya Mashchenko committed Apr 26, 2022 at 09:28 UTC 030309dd59ddf492f6e6ee770c2c5c7cf0b3bb5d
1 file changed +1
libnetdata/config/appconfig.h
+1
@@ -183,6 +183,7 @@ extern void appconfig_generate(struct config *root, BUFFER *wb, int only_changed
183 extern int appconfig_section_compare(void *a, void *b);
184
185 extern void appconfig_section_destroy_non_loaded(struct config *root, const char *section);
186 +extern void appconfig_section_option_destroy_non_loaded(struct config *root, const char *section, const char *name);
187
188 extern int config_parse_duration(const char* string, int* result);
189