aboutsummaryrefslogtreecommitdiff
path: root/src/sc_parse.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2016-03-29 22:56:07 +0200
committerThomas White <taw@bitwiz.org.uk>2016-03-29 22:56:07 +0200
commitc56a39fc9bda020f6c5c862bcf7c9455e0d83459 (patch)
treef830f6bbe42708e7fa2f4383371830c0951488d7 /src/sc_parse.h
parentd7ee6bba4f775abb09836cddf1dd6a7cda5f04db (diff)
Enable text insertion
Diffstat (limited to 'src/sc_parse.h')
-rw-r--r--src/sc_parse.h2
1 files changed, 1 insertions, 1 deletions
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);