r20591: Revert accidental commit that broke the build.
[Samba/ekacnet.git] / source4 / heimdal_build / err.h
blobbc56cc5a42815d33a2679697a6c5810aa91afa85
1 #ifndef _ERR_H
2 #define _ERR_H 1
4 void err(int eval, const char *format, ...);
5 void errx(int eval, const char *format, ...);
6 void warnx(const char *format, ...);
7 void warn(const char *format, ...);
9 #endif /* err.h */