diff options
Diffstat (limited to 'src/sc_parse.h')
-rw-r--r-- | src/sc_parse.h | 2 |
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); |