home *** CD-ROM | disk | FTP | other *** search
- /*++
- /* NAME
- /* logs 5
- /* SUMMARY
- /* various message services
- /* PROJECT
- /* pc-mail
- /* PACKAGE
- /* cico
- /* SYNOPSIS
- /* #include "logs.h"
- /* DESCRIPTION
- /* .nf
-
- /* /* globally visible components */
-
- #define debug(l) if (dflag >= l) dbg /* yuk! */
-
- extern int dflag; /* debugging level */
- extern int *systrap; /* panic button */
-
- extern void trap(); /* exception handler */
- extern int open_log(); /* open log file */
- extern void dbg(); /* write debug info */
- extern void log(); /* write loggin info */
- /* FILES
- /* logfile
- /* AUTHOR(S)
- /* W.Z. Venema
- /* Eindhoven University of Technology
- /* Department of Mathematics and Computer Science
- /* Den Dolech 2, P.O. Box 513, 5600 MB Eindhoven, The Netherlands
- /* CREATION DATE
- /* Sun Apr 12 13:45:11 GMT+1:00 1987
- /* LAST MODIFICATION
- /* Mon Apr 4 23:44:17 MET 1988
- /* VERSION/RELEASE
- /* 1.3
- /*--*/
-