1 #ifndef	log_h
2 #define	log_h
3 
4 static const char log_h_rcsid[]="$Id: log.h,v 1.1 1998/04/17 00:08:53 mrsam Exp $";
5 
6 ////////////////////////////////////////////////////////////////////////
7 //
8 // Log file support is too lame to be encapsulate.  Just two function
9 // calls will do.
10 //
11 ////////////////////////////////////////////////////////////////////////
12 
13 void log(const char *mailbox, int status, class FormatMbox &);
14 void log_line(const class Buffer &);
15 
16 #endif
17