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.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/source4/heimdal_build/err.h b/source4/heimdal_build/err.h
deleted file mode 100644
index bc56cc5a42..0000000000
--- a/source4/heimdal_build/err.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#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, ...);
-void warn(const char *format, ...);
-
-#endif /* err.h */