aboutsummaryrefslogtreecommitdiffstats
path: root/mpd-notification.h
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2015-07-09 09:14:08 +0200
committerGravatar Christian Hesse <mail@eworm.de>2015-07-09 09:14:08 +0200
commit53950b19fc05087cc90aef36ddc391d4c28eb169 (patch)
treeb644d552cfe025cb0f21232952eb4b42375fcad8 /mpd-notification.h
parent95295a7dd2cf216c86218c89a7625e0654ce33d8 (diff)
downloadmpd-notification-53950b19fc05087cc90aef36ddc391d4c28eb169.tar.gz
mpd-notification-53950b19fc05087cc90aef36ddc391d4c28eb169.tar.zst
rework the notification string handling
Diffstat (limited to 'mpd-notification.h')
-rw-r--r--mpd-notification.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mpd-notification.h b/mpd-notification.h
index 1da743d..c0e3f0f 100644
--- a/mpd-notification.h
+++ b/mpd-notification.h
@@ -40,6 +40,9 @@ char * retrieve_album_art(const char *path);
/*** get_icon ***/
char * get_icon(const char * music_dir, const char * uri);
+/*** append_string ***/
+char * append_string(char * string, const char * format, const char * s);
+
/*** main ***/
int main(int argc, char ** argv);