aboutsummaryrefslogtreecommitdiff
path: root/src/sc_interp.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-09-08 09:19:32 +0200
committerThomas White <taw@bitwiz.org.uk>2014-09-08 09:19:32 +0200
commit72c3ff616107bef50a7e996176c5f2cd35218b89 (patch)
treedcb7a440cfa243fd1305608cec57731ad05057d6 /src/sc_interp.h
parent013f650a3ddccd1b2f23840bee909236b7a03a35 (diff)
Restore style menu
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 */