From 723d65d543161171f01ca6d28129bb70b7e6ec99 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Thu, 25 Oct 2001 12:48:13 +0000 Subject: Fixes to allow the text back end to wrap long headings. (These sound like a typographical Bad Plan, but they work OK in some types of document such as a FAQ.) [originally from svn r1324] --- buttress.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'buttress.h') diff --git a/buttress.h b/buttress.h index 934cca1..b07cf0a 100644 --- a/buttress.h +++ b/buttress.h @@ -279,6 +279,8 @@ struct tagRdstringc { int pos, size; char *text; }; +extern const rdstring empty_rdstring; +extern const rdstringc empty_rdstringc; void rdadd(rdstring *rs, wchar_t c); void rdadds(rdstring *rs, wchar_t *p); wchar_t *rdtrim(rdstring *rs); -- cgit v1.1