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