]> jfr.im git - solanum.git/blobdiff - include/newconf.h
Resolve shfit/reduce conflict in timespec production (#54)
[solanum.git] / include / newconf.h
index fafad9e3775d632016a5125b962f0db192f5df7e..d6c73557cf2ea2e9064217c9423dfdf887cced36 100644 (file)
@@ -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);