aboutsummaryrefslogtreecommitdiffstats
path: root/mpd-notification.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpd-notification.h')
-rw-r--r--mpd-notification.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/mpd-notification.h b/mpd-notification.h
index 29cf0f2..c991fd1 100644
--- a/mpd-notification.h
+++ b/mpd-notification.h
@@ -14,6 +14,9 @@
#include <libnotify/notify.h>
+#include <libavcodec/avcodec.h>
+#include <libavformat/avformat.h>
+
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
@@ -30,6 +33,9 @@
/*** received_signal ***/
void received_signal(int signal);
+/*** retrieve_album_art ***/
+char * retrieve_album_art(const char *path);
+
/*** get_icon ***/
char * get_icon(const char * music_dir, const char * uri);