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