diff options
Diffstat (limited to 'txt.h')
| -rw-r--r-- | txt.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
