xref: /openbsd-src/usr.bin/mg/log.h (revision 7350f337b9e3eb4461d99580e625c7ef148d107c)
1 /*      $OpenBSD: log.h,v 1.3 2019/06/22 13:09:53 lum Exp $   */
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);
12 
13 char 			*mglogpath_lines;
14 char 			*mglogpath_undo;
15 char 			*mglogpath_window;
16