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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sc_parse.h b/src/sc_parse.h
index b5d2c5c..020c345 100644
--- a/src/sc_parse.h
+++ b/src/sc_parse.h
@@ -42,6 +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 show_sc_blocks(const SCBlock *bl);
extern void show_sc_block(const SCBlock *bl, const char *prefix);