[BACK]Return to log.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / mg

Annotation of src/usr.bin/mg/log.h, Revision 1.2

1.2     ! lum         1: /*      $OpenBSD: log.h,v 1.1 2019/06/10 06:52:44 lum Exp $   */
1.1       lum         2:
                      3: /* This file is in the public domain. */
                      4:
                      5: /*
                      6:  * Specifically for mg logging functionality.
                      7:  *
                      8:  */
                      9:
                     10: int                     mglog(PF);
                     11: int                     mgloginit(void);
1.2     ! lum        12:
        !            13: char                   *mglogpath_lines;
        !            14: char                   *mglogpath_undo;