summaryrefslogtreecommitdiff
path: root/plugins/artwork/artwork.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/artwork/artwork.h')
-rw-r--r--plugins/artwork/artwork.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/artwork/artwork.h b/plugins/artwork/artwork.h
index 87f04269..850937e1 100644
--- a/plugins/artwork/artwork.h
+++ b/plugins/artwork/artwork.h
@@ -47,6 +47,9 @@ typedef struct {
// creates full path string for cache storage
void (*make_cache_path) (char *path, int size, const char *album, const char *artist, int img_size);
+
+ // creates full path string for cache storage
+ int (*make_cache_path2) (char *path, int size, const char *fname, const char *album, const char *artist, int img_size);
} DB_artwork_plugin_t;
#endif /*__ARTWORK_H*/