diff options
Diffstat (limited to 'src/mangen.h')
-rw-r--r-- | src/mangen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mangen.h b/src/mangen.h index d312ecc..c2c1ba2 100644 --- a/src/mangen.h +++ b/src/mangen.h @@ -44,6 +44,7 @@ class ManGenerator : public OutputGenerator static void init(); void startFile(const char *name,const char *manName,const char *title); + void writeSearchInfo() {} void writeFooter() {} void endFile(); void clearBuffer(); |