]> jfr.im git - solanum.git/blobdiff - include/newconf.h
ircd: fix up some iwarn() calls which referred to L_MAIN
[solanum.git] / include / newconf.h
index fafad9e3775d632016a5125b962f0db192f5df7e..fda64c640c61e01ac460b1b3dfcb7e892b1082b1 100644 (file)
@@ -1,6 +1,5 @@
 /* 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 +68,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);