aboutsummaryrefslogtreecommitdiffstats
path: root/screen.h
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2004-03-23 19:17:20 +0000
committerKalle Wallin <kaw@linux.se>2004-03-23 19:17:20 +0000
commitc7444417a1ed04aee6144ca4754ed758dcb0c208 (patch)
tree2fe65f61cc4590bc6f5bc38e2bc3e95c7e609362 /screen.h
parent2adb895c7853727adc57eae84229969203bf5731 (diff)
downloadmpd-c7444417a1ed04aee6144ca4754ed758dcb0c208.tar.gz
mpd-c7444417a1ed04aee6144ca4754ed758dcb0c208.tar.xz
mpd-c7444417a1ed04aee6144ca4754ed758dcb0c208.zip
Use screen_status_printf() instead of screen_status_message().
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@418 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'screen.h')
-rw-r--r--screen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/screen.h b/screen.h
index 4681319c3..70d3e1218 100644
--- a/screen.h
+++ b/screen.h
@@ -64,8 +64,8 @@ typedef struct
int screen_init(void);
int screen_exit(void);
void screen_resized(int sig);
-void screen_status_message(mpd_client_t *c, char *msg);
-void screen_status_printf(mpd_client_t *c, char *format, ...);
+void screen_status_message(char *msg);
+void screen_status_printf(char *format, ...);
char *screen_error(void);
void screen_paint(mpd_client_t *c);
void screen_update(mpd_client_t *c);