X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/dceac3e4fb2f3cf7900089ab6d14b91c5670a585..b2ee72e4487d9ec90ff64f63d8f8c3974d96bc5c:/include/newconf.h diff --git a/include/newconf.h b/include/newconf.h index fafad9e3..d6c73557 100644 --- a/include/newconf.h +++ b/include/newconf.h @@ -1,6 +1,4 @@ /* This code is in the public domain. - * $Nightmare: nightmare/include/config.h,v 1.32.2.2.2.2 2002/07/02 03:41:28 ejb Exp $ - * $Id: newconf.h 1735 2006-07-19 02:35:40Z nenolod $ */ #ifndef _NEWCONF_H_INCLUDED @@ -69,6 +67,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);