From 9379132a8234eeedf62d37ef57713e52c12db6ab Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Apr 2016 13:00:22 +0200 Subject: Imported Upstream version 0.7 --- RichString.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'RichString.h') diff --git a/RichString.h b/RichString.h index 6972afe..6eed0d9 100644 --- a/RichString.h +++ b/RichString.h @@ -27,11 +27,11 @@ typedef struct RichString_ { #define MIN(a,b) ((a)<(b)?(a):(b)) #endif -void RichString_write(RichString* this, int attrs, char* data); +extern void RichString_appendn(RichString* this, int attrs, char* data, int len); extern void RichString_append(RichString* this, int attrs, char* data); -extern void RichString_appendn(RichString* this, int attrs, char* data, int len); +void RichString_write(RichString* this, int attrs, char* data); void RichString_setAttr(RichString *this, int attrs); -- cgit v1.2.3