diff options
author | Christian Hesse <mail@eworm.de> | 2015-07-09 09:14:08 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-07-09 09:14:08 +0200 |
commit | 53950b19fc05087cc90aef36ddc391d4c28eb169 (patch) | |
tree | b644d552cfe025cb0f21232952eb4b42375fcad8 /mpd-notification.h | |
parent | add project URLs (diff) | |
download | mpd-notification-53950b19fc05087cc90aef36ddc391d4c28eb169.tar.gz mpd-notification-53950b19fc05087cc90aef36ddc391d4c28eb169.tar.bz2 mpd-notification-53950b19fc05087cc90aef36ddc391d4c28eb169.tar.xz mpd-notification-53950b19fc05087cc90aef36ddc391d4c28eb169.tar.zst mpd-notification-53950b19fc05087cc90aef36ddc391d4c28eb169.zip |
rework the notification string handling
Diffstat (limited to 'mpd-notification.h')
-rw-r--r-- | mpd-notification.h | 3 |
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); |