aboutsummaryrefslogtreecommitdiff
path: root/src/sc_parse.h
diff options
context:
space:
mode:
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);