diff options
Diffstat (limited to 'mansearch.h')
-rw-r--r-- | mansearch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mansearch.h b/mansearch.h index 7e40ef45..44b6858a 100644 --- a/mansearch.h +++ b/mansearch.h @@ -94,6 +94,7 @@ struct mansearch { const char *sec; /* mansection/NULL */ const char *outkey; /* show content of this macro */ enum argmode argmode; /* interpretation of arguments */ + int firstmatch; /* first matching database only */ }; __BEGIN_DECLS |