Swap artwork arguments so destination evbuffer comes first

This commit is contained in:
ejurgensen
2015-04-09 21:23:20 +02:00
parent f1931bfc1a
commit 94f94b03fe
5 changed files with 39 additions and 39 deletions

View File

@@ -13,11 +13,11 @@
/* Get artwork for individual track */
int
artwork_get_item(int id, int max_w, int max_h, struct evbuffer *evbuf);
artwork_get_item(struct evbuffer *evbuf, int id, int max_w, int max_h);
/* Get artwork for album or artist */
int
artwork_get_group(int id, int max_w, int max_h, struct evbuffer *evbuf);
artwork_get_group(struct evbuffer *evbuf, int id, int max_w, int max_h);
/* Checks if the file is an artwork file */
int