summaryrefslogtreecommitdiffstats
path: root/RichString.h
diff options
context:
space:
mode:
Diffstat (limited to 'RichString.h')
-rw-r--r--RichString.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/RichString.h b/RichString.h
index 7464fff1..d317cb2e 100644
--- a/RichString.h
+++ b/RichString.h
@@ -42,6 +42,8 @@ typedef struct RichString_ {
int highlightAttr;
} RichString;
+void RichString_rewind(RichString* this, int count);
+
void RichString_setAttrn(RichString* this, int attrs, int start, int charcount);
int RichString_findChar(const RichString* this, char c, int start);