]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/ctm/ctm_rmail/error.h
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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);