File: log.h

package info (click to toggle)
courier 0.60.0-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 52,288 kB
  • ctags: 12,677
  • sloc: ansic: 165,348; cpp: 24,820; sh: 16,410; perl: 6,839; makefile: 3,621; yacc: 289; sed: 16
file content (16 lines) | stat: -rw-r--r-- 463 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef	log_h
#define	log_h

static const char log_h_rcsid[]="$Id: log.h,v 1.1 1998/04/17 00:08:53 mrsam Exp $";

////////////////////////////////////////////////////////////////////////
//
// Log file support is too lame to be encapsulate.  Just two function
// calls will do.
//
////////////////////////////////////////////////////////////////////////

void log(const char *mailbox, int status, class FormatMbox &);
void log_line(const class Buffer &);

#endif