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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sc_interp.h b/src/sc_interp.h
index 2ae7ee4..a666970 100644
--- a/src/sc_interp.h
+++ b/src/sc_interp.h
@@ -87,4 +87,6 @@ struct template_id
extern struct template_id *sc_interp_get_templates(SCInterpreter *scin,
int *np);
+extern int sc_interp_get_slide_size(SCInterpreter *scin, double *w, double *h);
+
#endif /* SC_INTERP_H */