diff options
Diffstat (limited to 'mpd-notification.h')
-rw-r--r-- | mpd-notification.h | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/mpd-notification.h b/mpd-notification.h index 429f3ed..0cbd370 100644 --- a/mpd-notification.h +++ b/mpd-notification.h @@ -31,16 +31,13 @@ #define PROGNAME "mpd-notification" +#define OPT_FILE_WORKAROUND UCHAR_MAX + 1 + /*** received_signal ***/ void received_signal(int signal); -/*** retrieve_album_art ***/ -#ifdef HAVE_LIBAV -GdkPixbuf * retrieve_album_art(const char * music_dir, const char * uri); -#endif - -/*** get_icon ***/ -char * get_icon(const char * music_dir, const char * uri); +/*** retrieve_artwork ***/ +GdkPixbuf * retrieve_artwork(const char * music_dir, const char * uri); /*** append_string ***/ char * append_string(char * string, const char * format, const char delim, const char * s); |