From 53950b19fc05087cc90aef36ddc391d4c28eb169 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 9 Jul 2015 09:14:08 +0200 Subject: rework the notification string handling --- mpd-notification.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mpd-notification.h') 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); -- cgit v1.2.3-54-g00ecf