aboutsummaryrefslogtreecommitdiff
path: root/src/sc_parse.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-06-22 16:17:49 +0200
committerThomas White <taw@bitwiz.org.uk>2014-06-22 16:17:49 +0200
commit0574767480272acc854a31d046cc92b5a5683d8a (patch)
treea63d89bd5e25d16ea453d2fd3b9a96559ece5882 /src/sc_parse.h
parentc8c48c4a22953c2da38e9947e56fbce0fde78cec (diff)
Insert text
Diffstat (limited to 'src/sc_parse.h')
-rw-r--r--src/sc_parse.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sc_parse.h b/src/sc_parse.h
index 020c345..b774c26 100644
--- a/src/sc_parse.h
+++ b/src/sc_parse.h
@@ -42,7 +42,8 @@ extern const char *sc_block_contents(const SCBlock *bl);
extern struct frame *sc_block_frame(const SCBlock *bl);
extern void sc_block_set_frame(SCBlock *bl, struct frame *fr);
-extern void sc_delete_text(SCBlock *b1, int p1, SCBlock *b2, int p2);
+extern void sc_insert_text(SCBlock *b1, int o1, const char *t);
+extern void sc_delete_text(SCBlock *b1, int o1, SCBlock *b2, int o2);
extern void show_sc_blocks(const SCBlock *bl);
extern void show_sc_block(const SCBlock *bl, const char *prefix);