aboutsummaryrefslogtreecommitdiff
path: root/src/sc_interp.h
diff options
context:
space:
mode:
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 4316468..f71148d 100644
--- a/src/sc_interp.h
+++ b/src/sc_interp.h
@@ -53,6 +53,7 @@ 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 sc_interp_run_style(SCInterpreter *scin, const char *sname);
extern void add_macro(SCInterpreter *scin, const char *mname,
const char *contents);