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.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/sc_interp.h b/src/sc_interp.h
index 067fd60..20e2150 100644
--- a/src/sc_interp.h
+++ b/src/sc_interp.h
@@ -52,4 +52,13 @@ extern int sc_interp_get_ascent(SCInterpreter *scin);
extern int sc_interp_get_height(SCInterpreter *scin);
extern void update_geom(struct frame *fr);
+
+struct style_id
+{
+ char *name;
+ char *friendlyname;
+};
+
+extern struct style_id *list_styles(SCInterpreter *scin, int *n);
+
#endif /* SC_INTERP_H */