aboutsummaryrefslogtreecommitdiff
path: root/src/sc_interp.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2016-11-18 10:56:50 +0100
committerThomas White <taw@bitwiz.org.uk>2016-11-18 10:56:50 +0100
commita7de2d4816b4ae4727d53f0650d67afbafb01225 (patch)
treea9fee919eeabfbdba7d3ef076ebe688404e8175f /src/sc_interp.h
parent03a3f56bebae2902b63c90223a096d01d3224163 (diff)
Use slide template for new slides
Diffstat (limited to 'src/sc_interp.h')
-rw-r--r--src/sc_interp.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/sc_interp.h b/src/sc_interp.h
index 54e2233..ad9048c 100644
--- a/src/sc_interp.h
+++ b/src/sc_interp.h
@@ -77,12 +77,14 @@ extern void update_geom(struct frame *fr);
extern SCBlock *sc_interp_get_macro_real_block(SCInterpreter *scin);
-struct style_id
+struct template_id
{
char *name;
char *friendlyname;
+ SCBlock *scblock;
};
-extern struct style_id *list_styles(SCInterpreter *scin, int *n);
+extern struct template_id *sc_interp_get_templates(SCInterpreter *scin,
+ int *np);
#endif /* SC_INTERP_H */