aboutsummaryrefslogtreecommitdiff
path: root/src/sc_parse.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-07-07 22:58:25 +0200
committerThomas White <taw@bitwiz.org.uk>2014-07-07 22:58:25 +0200
commitdd688c7838fd63a6e4fc0b59ed4fdc0afe9a1ee9 (patch)
tree8bcc0c62af00bd46b813531a955cb97281d240df /src/sc_parse.h
parentb78321a41a1f8c6e75a8b9a1d774edc9ce7a5ed4 (diff)
New frame logic
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 eb53893..549d2ab 100644
--- a/src/sc_parse.h
+++ b/src/sc_parse.h
@@ -51,6 +51,8 @@ extern SCBlock *sc_block_append_inside(SCBlock *bl,
extern struct frame *sc_block_frame(const SCBlock *bl);
extern void sc_block_set_frame(SCBlock *bl, struct frame *fr);
+extern SCBlock *find_last_child(SCBlock *bl);
+
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);