aboutsummaryrefslogtreecommitdiff
path: root/src/sc_interp.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2018-06-26 23:37:00 +0200
committerThomas White <taw@bitwiz.me.uk>2018-06-26 23:37:00 +0200
commitc339bed806672f477fc27b58c67720ef61a11a75 (patch)
treecc95b1b2d0ba792f405e1cadd6a7bab5b4357478 /src/sc_interp.h
parentfd8003fae7cdf7a560b46b8249aff098afe6d53a (diff)
Add style system
Diffstat (limited to 'src/sc_interp.h')
-rw-r--r--src/sc_interp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sc_interp.h b/src/sc_interp.h
index f59cb67..4316468 100644
--- a/src/sc_interp.h
+++ b/src/sc_interp.h
@@ -50,6 +50,7 @@ extern void sc_interp_save(SCInterpreter *scin);
extern void sc_interp_restore(SCInterpreter *scin);
extern int sc_interp_add_blocks(SCInterpreter *scin, SCBlock *bl);
+extern int sc_interp_add_block(SCInterpreter *scin, SCBlock *bl);
extern void sc_interp_run_stylesheet(SCInterpreter *scin, SCBlock *bl);
extern void add_macro(SCInterpreter *scin, const char *mname,