* Fix some unused result warnings.

* Handle folder art a little differently than file album art.
This commit is contained in:
Justin Maggard
2011-11-19 08:26:10 +00:00
parent d42f8fc193
commit 875f0e2351
5 changed files with 105 additions and 78 deletions

View File

@ -27,6 +27,9 @@
int
strcatf(struct string_s *str, char *fmt, ...);
void
strncpyt(char *dst, const char *src, size_t len);
int
ends_with(const char * haystack, const char * needle);