summaryrefslogtreecommitdiff
path: root/txt.h
diff options
context:
space:
mode:
Diffstat (limited to 'txt.h')
-rw-r--r--txt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/txt.h b/txt.h
index b33599b..f1cf538 100644
--- a/txt.h
+++ b/txt.h
@@ -43,6 +43,7 @@ void txt_free(Txt *b);
TxtLoc txt_insert(TxtLoc l, const char *s, u32 n);
TxtLoc txt_delete(TxtLoc l, u32 n);
+TxtLoc txt_delete_range(TxtLoc lo, TxtLoc hi);
TxtLoc txt_insert_c(TxtLoc l, u32 ch);
TxtLoc txt_delete_c(TxtLoc l);