diff options
Diffstat (limited to 'src/rtfgen.h')
-rw-r--r-- | src/rtfgen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rtfgen.h b/src/rtfgen.h index 221135e..a3aec7a 100644 --- a/src/rtfgen.h +++ b/src/rtfgen.h @@ -42,6 +42,8 @@ class RTFGenerator : public OutputGenerator bool isEnabled(OutputType o) { return (o==RTF && active); } OutputGenerator *get(OutputType o) { return (o==RTF) ? this : 0; } + void printDoc(DocNode *); + void startFile(const char *name,const char *manName, const char *title, bool external); void writeFooter(int,bool) {} |