summaryrefslogtreecommitdiffstats
path: root/RichString.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2007-08-10 05:59:36 +0000
committerHisham Muhammad <hisham@gobolinux.org>2007-08-10 05:59:36 +0000
commite685bdeea080160684faaf17169faac0e614dfc7 (patch)
treee913033ecda16bbee3fbc3f659e61e59806b1f1f /RichString.h
parent4c51ad0e3549a12215c98e8fa011557fc6889b65 (diff)
Fix GCC 4.3 issues: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=416852
Diffstat (limited to 'RichString.h')
-rw-r--r--RichString.h4
1 files changed, 2 insertions, 2 deletions
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);

© 2014-2024 Faster IT GmbH | imprint | privacy policy