aboutsummaryrefslogtreecommitdiff
path: root/src/sc_parse.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-07-24 21:58:40 +0200
committerThomas White <taw@bitwiz.org.uk>2014-07-24 22:00:39 +0200
commit48dfc26e9c88e00a4f59dbfa24f799bc27ba45c0 (patch)
tree8e2f005db3cbe7c1ba816997b05981c29cea6655 /src/sc_parse.h
parent31dde135de7ce4228aafc5f5e8595041eb08d9dc (diff)
Update SC on resize
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 549d2ab..5bd50d8 100644
--- a/src/sc_parse.h
+++ b/src/sc_parse.h
@@ -53,6 +53,8 @@ extern void sc_block_set_frame(SCBlock *bl, struct frame *fr);
extern SCBlock *find_last_child(SCBlock *bl);
+
+extern void sc_block_set_options(SCBlock *bl, char *opt);
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);