summaryrefslogtreecommitdiffstats
path: root/mansearch.h
diff options
context:
space:
mode:
Diffstat (limited to 'mansearch.h')
-rw-r--r--mansearch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mansearch.h b/mansearch.h
index 81d9d134..330d1c07 100644
--- a/mansearch.h
+++ b/mansearch.h
@@ -92,6 +92,7 @@ struct manpage {
char *file; /* to be prefixed by manpath */
char *names; /* a list of names with sections */
char *output; /* user-defined additional output */
+ uint64_t bits; /* name type mask */
size_t ipath; /* number of the manpath */
int sec; /* section number, 10 means invalid */
enum form form;