summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/err.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/heimdal_build/err.h')
-rw-r--r--source4/heimdal_build/err.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source4/heimdal_build/err.h b/source4/heimdal_build/err.h
new file mode 100644
index 0000000000..b36e28c18f
--- /dev/null
+++ b/source4/heimdal_build/err.h
@@ -0,0 +1,8 @@
+#ifndef _ERR_H
+#define _ERR_H 1
+
+void err(int eval, const char *format, ...);
+void errx(int eval, const char *format, ...);
+void warnx(const char *format, ...);
+
+#endif /* err.h */