summaryrefslogtreecommitdiff
path: root/APACHE_1_3_42/src/test/rename/csubst/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'APACHE_1_3_42/src/test/rename/csubst/util.h')
-rw-r--r--APACHE_1_3_42/src/test/rename/csubst/util.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/APACHE_1_3_42/src/test/rename/csubst/util.h b/APACHE_1_3_42/src/test/rename/csubst/util.h
new file mode 100644
index 0000000000..163c0cd6d7
--- /dev/null
+++ b/APACHE_1_3_42/src/test/rename/csubst/util.h
@@ -0,0 +1,11 @@
+
+#include <stdarg.h>
+
+extern void err(int status, const char *fmt, ...);
+extern void verr(int status, const char *fmt, va_list ap);
+extern void errx(int status, const char *fmt, ...);
+extern void verrx(int status, const char *fmt, va_list ap);
+extern void warn(const char *fmt, ...);
+extern void vwarn(const char *fmt, va_list ap);
+extern void warnx(const char *fmt, ...);
+extern void vwarnx(const char *fmt, va_list ap);