aboutsummaryrefslogtreecommitdiff
path: root/src/sc_interp.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-09-11 23:53:24 +0200
committerThomas White <taw@bitwiz.org.uk>2014-09-11 23:53:24 +0200
commit28026ebf0fde1eb1b51f3808b4f3fc681039e887 (patch)
tree76cfe260aa428894bf358c59385251865060408c /src/sc_interp.h
parent71e298fd373d5afea429b88f83b8be677e1e2c83 (diff)
Fix \slidenumber
Diffstat (limited to 'src/sc_interp.h')
-rw-r--r--src/sc_interp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sc_interp.h b/src/sc_interp.h
index 20e2150..a4e9f43 100644
--- a/src/sc_interp.h
+++ b/src/sc_interp.h
@@ -42,6 +42,8 @@ extern int sc_interp_add_blocks(SCInterpreter *scin, SCBlock *bl);
extern void find_stylesheet(struct presentation *p);
extern void sc_interp_run_stylesheet(SCInterpreter *scin, SCBlock *bl);
+extern void add_macro(SCInterpreter *scin, const char *mname,
+ const char *contents);
/* Get the current state of the interpreter */
extern struct frame *sc_interp_get_frame(SCInterpreter *scin);