summaryrefslogtreecommitdiff
path: root/txt.h
diff options
context:
space:
mode:
Diffstat (limited to 'txt.h')
-rw-r--r--txt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/txt.h b/txt.h
index d7c5685..6bc5dd1 100644
--- a/txt.h
+++ b/txt.h
@@ -33,7 +33,7 @@ typedef struct {
/* text buffer manipulation */
-u32 txt_split_piece(Txt *b, u32 pi, u32 i);
+TxtLoc txt_split_piece(TxtLoc l);
void txt_remove_piece(Txt *b, u32 pi);
void txt_insert_piece(Txt *b, u32 pi, TxtBufIdx buf, u32 ofs, u32 n);