=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/log.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/mg/log.h 2019/06/26 16:54:29 1.4 +++ src/usr.bin/mg/log.h 2019/07/18 10:50:24 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: log.h,v 1.4 2019/06/26 16:54:29 lum Exp $ */ +/* $OpenBSD: log.h,v 1.5 2019/07/18 10:50:24 lum Exp $ */ /* This file is in the public domain. */ @@ -6,10 +6,26 @@ * Specifically for mg logging functionality. * */ -int mglog(PF, KEYMAP *); -int mgloginit(void); +int mglog(PF, KEYMAP *); +int mgloginit(void); +int mglog_execbuf( const char* const, + const char* const, + const char* const, + const char* const, + const int, + const int, + const char* const, + const char* const, + const char* const + ); +int mglog_isvar( const char* const, + const char* const, + const int + ); + char *mglogpath_lines; char *mglogpath_undo; char *mglogpath_window; char *mglogpath_key; +char *mglogpath_interpreter;