Cleanup icon theme code

Signed-off-by: Felix Weilbach <felix.weilbach@t-online.de>
This commit is contained in:
Felix Weilbach 2021-05-01 11:38:20 +02:00
parent 93b60f799b
commit 59d245cf5b
4 changed files with 5 additions and 10 deletions

View file

@ -27,7 +27,7 @@ struct icon_theme {
char *dir;
list_t *subdirs; // struct icon_theme_subdir *
};
list_t *get_basedirs(void);
void init_themes(list_t **themes, list_t **basedirs);
void finish_themes(list_t *themes, list_t *basedirs);