src/main.c: read themerc specified by rc.xml

This commit is contained in:
Johan Malm 2020-07-20 19:53:03 +01:00
parent c38b3ec770
commit d7d838d682
4 changed files with 11 additions and 7 deletions

View file

@ -21,6 +21,6 @@ struct theme {
extern struct theme theme;
void theme_read(const char *filename);
void theme_read(const char *theme_name);
#endif /* THEME_H */