diff options
Diffstat (limited to 'troff/request.h')
-rw-r--r-- | troff/request.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/troff/request.h b/troff/request.h index 405a8ee4e..7e31022ff 100644 --- a/troff/request.h +++ b/troff/request.h @@ -76,4 +76,4 @@ extern int no_break_flag; // indicates whether request was invoked with . or ' class charinfo; class environment; -node *charinfo_to_node(charinfo *, const environment *); +node *charinfo_to_node_list(charinfo *, const environment *); |