diff options
Diffstat (limited to 'usr.sbin/ctm/ctm_rmail/error.h')
-rw-r--r-- | usr.sbin/ctm/ctm_rmail/error.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/ctm/ctm_rmail/error.h b/usr.sbin/ctm/ctm_rmail/error.h new file mode 100644 index 00000000000..b8bc4521e10 --- /dev/null +++ b/usr.sbin/ctm/ctm_rmail/error.h @@ -0,0 +1,3 @@ +extern void err_set_log(char *log_file); +extern void err_prog_name(char *name); +extern void err(char *fmt, ...); |