Add custom previews support

This commit is contained in:
Nikita Ivanov
2022-06-08 04:27:30 +05:00
parent 55cd11f545
commit ab47acdf04
10 changed files with 362 additions and 48 deletions

View File

@ -32,6 +32,7 @@ int strcmpnull(const char *s1, const char *s2);
int strlennull(const char *s);
int get_cache_dir(char *buf, size_t len, char *name);
int get_config_dir(char *buf, size_t len, char *name);
int mkpath(char* file_path, mode_t mode);