summaryrefslogtreecommitdiff
path: root/src/roff/troff/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/roff/troff/env.h')
-rw-r--r--src/roff/troff/env.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/roff/troff/env.h b/src/roff/troff/env.h
index 3e0f70c1..256db512 100644
--- a/src/roff/troff/env.h
+++ b/src/roff/troff/env.h
@@ -277,10 +277,10 @@ public:
void possibly_break_line(int start_here = 0, int forced = 0);
void do_break(); // .br
void final_break();
- void add_html_tag_eol(void);
+ void add_html_tag_eol();
void add_html_tag(const char *);
void add_html_tag(const char *, int);
- void add_html_tag_tabs(void);
+ void add_html_tag_tabs();
void newline();
void handle_tab(int is_leader = 0); // do a tab or leader
void add_node(node *);