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.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 */