summaryrefslogtreecommitdiff
path: root/plugins/artwork/artwork.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-03-09 15:46:00 +0100
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-03-09 15:46:00 +0100
commit66d2ce2da3e8c58fe70ccf559cca41758486ea1f (patch)
tree0a3d6d59d6b35be7bb3c9ea89bedcb4a5e6cd37d /plugins/artwork/artwork.h
parentb6832fc06c87a2fd9c98dd5061466985dc612b67 (diff)
gtkui/artwork: new get_cache_path2 API, crash fix
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*/