aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vis.h b/vis.h
index 0581138..0561f65 100644
--- a/vis.h
+++ b/vis.h
@@ -386,4 +386,6 @@ View *vis_view(Vis*);
Text *vis_file_text(File*);
const char *vis_file_name(File*);
+bool vis_theme_load(Vis*, const char *name);
+
#endif