diff options
Diffstat (limited to 'buttress.h')
| -rw-r--r-- | buttress.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |