From c56a39fc9bda020f6c5c862bcf7c9455e0d83459 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 29 Mar 2016 22:56:07 +0200 Subject: Enable text insertion --- src/sc_parse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sc_parse.h') diff --git a/src/sc_parse.h b/src/sc_parse.h index b1b59dd..94bab30 100644 --- a/src/sc_parse.h +++ b/src/sc_parse.h @@ -63,7 +63,7 @@ extern SCBlock *find_last_child(SCBlock *bl); extern void sc_block_set_options(SCBlock *bl, char *opt); extern void sc_block_set_contents(SCBlock *bl, char *con); -extern void sc_insert_text(SCBlock *b1, int o1, const char *t); +extern void sc_insert_text(SCBlock *b1, size_t o1, const char *t); extern void sc_insert_block(SCBlock *b1, int o1, SCBlock *ins); extern void sc_delete_text(SCBlock *b1, int o1, SCBlock *b2, int o2); -- cgit v1.2.3