]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/ctm/ctm_rmail/error.h
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / usr.sbin / ctm / ctm_rmail / error.h
1 /* $FreeBSD$ */
2
3 extern  void    err_set_log(char *log_file);
4 extern  void    err_prog_name(char *name);
5 extern  void    err(const char *fmt, ...) __printflike(1, 2);