aboutsummaryrefslogtreecommitdiff
path: root/src/sc_interp.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2018-07-06 22:53:59 +0200
committerThomas White <taw@bitwiz.me.uk>2018-07-06 22:54:26 +0200
commita2ef3f8b5c1504d33f300ef6b14625ccf199ed98 (patch)
treea895065e3d77938dbd9f9c2f8d11acf4b468d3f1 /src/sc_interp.h
parent709c9325c2186ae79097545ddf04a9a57c44df58 (diff)
Expose sc_interp_run_style()
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);