Reload strlist and iplist resource-files only when needed.
[apps/pfixtools.git] / postlicyd / config.h
index 6584919..26fb619 100644 (file)
@@ -70,6 +70,9 @@ struct config_t {
 __attribute__((nonnull(1)))
 config_t *config_read(const char *file);
 
+__attribute__((nonnull(1)))
+bool config_check(const char *file);
+
 __attribute__((nonnull(1)))
 bool config_reload(config_t *config);