This commit is contained in:
Hisham Muhammad
2007-08-10 05:59:36 +00:00
parent 4c51ad0e35
commit e685bdeea0
8 changed files with 16 additions and 16 deletions

View File

@ -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);