]> jfr.im git - solanum.git/blobdiff - include/newconf.h
newconf: move SSL/TLS deprecation message from ERROR severity to WARNING severity
[solanum.git] / include / newconf.h
index fafad9e3775d632016a5125b962f0db192f5df7e..57eb6add80618a23e7eb702ae324017a9e1e822e 100644 (file)
@@ -69,6 +69,7 @@ int conf_start_block(char *, char *);
 int conf_end_block(struct TopConf *);
 int conf_call_set(struct TopConf *, char *, conf_parm_t *);
 void conf_report_error(const char *, ...);
+void conf_report_warning(const char *, ...);
 void newconf_init(void);
 int add_conf_item(const char *topconf, const char *name, int type, void (*func) (void *));
 int remove_conf_item(const char *topconf, const char *name);