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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sc_parse.h b/src/sc_parse.h
index 1e80c8c..b86293c 100644
--- a/src/sc_parse.h
+++ b/src/sc_parse.h
@@ -66,6 +66,7 @@ extern SCBlock *find_last_child(SCBlock *bl);
extern void sc_block_set_options(SCBlock *bl, char *opt);
+extern void sc_block_set_contents(SCBlock *bl, char *con);
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);