From 8a93baebee5902dd55eff6fefc08ab73406e9938 Mon Sep 17 00:00:00 2001 From: leitner Date: Fri, 14 Oct 2005 15:33:33 +0000 Subject: [PATCH] add errmsg_int.h --- errmsg_int.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 errmsg_int.h diff --git a/errmsg_int.h b/errmsg_int.h new file mode 100644 index 0000000..a57a55d --- /dev/null +++ b/errmsg_int.h @@ -0,0 +1,7 @@ +#include + +void errmsg_puts(int fd,const char* s); +void errmsg_flush(int fd); +void errmsg_start(int fd); + +void errmsg_write(int fd,const char* err,const char* message,va_list list);