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

File: [local] / src / usr.bin / mg / log.h (download)

Revision 1.3, Sat Jun 22 13:09:53 2019 UTC (4 years, 11 months ago) by lum
Branch: MAIN
Changes since 1.2: +2 -1 lines

Log window pointer and other window data to a file.

/*      $OpenBSD: log.h,v 1.3 2019/06/22 13:09:53 lum Exp $   */

/* This file is in the public domain. */

/*
 * Specifically for mg logging functionality.
 *
 */

int			 mglog(PF);
int			 mgloginit(void);

char 			*mglogpath_lines;
char 			*mglogpath_undo;
char 			*mglogpath_window;