From 34c3fd437f1b1a9f91c688bf395a99c631b642ed Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Tue, 21 Jul 2020 15:10:01 +0000 Subject: undocumented options -O outfilename and -O tagfilename to support regression testing without a tty; no user visible change intended --- manconf.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'manconf.h') diff --git a/manconf.h b/manconf.h index 34ee6201..c84409d7 100644 --- a/manconf.h +++ b/manconf.h @@ -31,9 +31,11 @@ struct manpaths { struct manoutput { char *includes; char *man; + char *outfilename; char *paper; char *style; char *tag; + char *tagfilename; size_t indent; size_t width; int fragment; -- cgit v1.2.3-56-ge451