summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/err.h
blob: bc56cc5a42815d33a2679697a6c5810aa91afa85 (plain)
1
2
3
4
5
6
7
8
9
#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 */