From 25448507c67822a3fa3433eebcb35a784bfe5be2 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 19 Jun 2024 10:32:18 +0200 Subject: support custom format at build time... ... and drop the option for oneline formatting. That can be achived differently now. --- mpd-notification.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mpd-notification.h') diff --git a/mpd-notification.h b/mpd-notification.h index a7f9453..6a07efc 100644 --- a/mpd-notification.h +++ b/mpd-notification.h @@ -56,8 +56,8 @@ void received_signal(int signal); /*** 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); +/*** format_text ***/ +char * format_text(const char* format, const char* title, const char* artist, const char* album); /*** main ***/ int main(int argc, char ** argv); -- cgit v1.2.3-70-g09d2