From 8a60c98ecb161df1040ccca3259750b1aeb1d2e7 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 19 Jun 2024 21:35:11 +0200 Subject: add a format specifier for duration --- mpd-notification.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpd-notification.h') diff --git a/mpd-notification.h b/mpd-notification.h index 6a07efc..d11e822 100644 --- a/mpd-notification.h +++ b/mpd-notification.h @@ -57,7 +57,7 @@ void received_signal(int signal); GdkPixbuf * retrieve_artwork(const char * music_dir, const char * uri); /*** format_text ***/ -char * format_text(const char* format, const char* title, const char* artist, const char* album); +char * format_text(const char* format, const char* title, const char* artist, const char* album, unsigned int duration); /*** main ***/ int main(int argc, char ** argv); -- cgit v1.2.3-54-g00ecf