X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/a691b01d3c341059f53c726943f9381943abe885..dc197d58f3a360dfa352868a4036d45d65b2d0fe:/manconf.h diff --git a/manconf.h b/manconf.h index 80578f6a..babd463b 100644 --- a/manconf.h +++ b/manconf.h @@ -1,6 +1,6 @@ -/* $OpenBSD$ */ +/* $Id: manconf.h,v 1.6 2018/10/02 14:56:47 schwarze Exp $ */ /* - * Copyright (c) 2011, 2015 Ingo Schwarze + * Copyright (c) 2011, 2015, 2017 Ingo Schwarze * Copyright (c) 2011 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any @@ -34,7 +34,9 @@ struct manoutput { size_t width; int fragment; int mdoc; + int noval; int synopsisonly; + int toc; }; struct manconf { @@ -46,3 +48,4 @@ struct manconf { void manconf_parse(struct manconf *, const char *, char *, char *); int manconf_output(struct manoutput *, const char *, int); void manconf_free(struct manconf *); +void manpath_base(struct manpaths *);