Introduce artwork_get_item_filename()

This commit is contained in:
Julien BLACHE
2011-03-08 19:18:43 +01:00
parent 6949859ff1
commit 075bb99742
2 changed files with 28 additions and 13 deletions

View File

@@ -9,6 +9,9 @@
#define ART_FMT_JPEG 2
int
artwork_get_item_filename(char *filename, int max_w, int max_h, int format, struct evbuffer *evbuf);
int
artwork_get_item(int id, int max_w, int max_h, int format, struct evbuffer *evbuf);