From e685bdeea080160684faaf17169faac0e614dfc7 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Fri, 10 Aug 2007 05:59:36 +0000 Subject: Fix GCC 4.3 issues: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=416852 --- RichString.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'RichString.h') diff --git a/RichString.h b/RichString.h index 1f486781..6972afec 100644 --- a/RichString.h +++ b/RichString.h @@ -29,9 +29,9 @@ typedef struct RichString_ { void RichString_write(RichString* this, int attrs, char* data); -inline void RichString_append(RichString* this, int attrs, char* data); +extern void RichString_append(RichString* this, int attrs, char* data); -inline void RichString_appendn(RichString* this, int attrs, char* data, int len); +extern void RichString_appendn(RichString* this, int attrs, char* data, int len); void RichString_setAttr(RichString *this, int attrs); -- cgit v1.2.3