From 39758c8503fb5390afaceeff3dd5b0bca75feb97 Mon Sep 17 00:00:00 2001 From: Kalle Wallin Date: Mon, 14 Jun 2004 18:32:31 +0000 Subject: Major cleanup of the mpd client code (mpc->mpdclient) git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1481 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/screen_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/screen_utils.h') diff --git a/src/screen_utils.h b/src/screen_utils.h index 30c58bfca..b6e8d1171 100644 --- a/src/screen_utils.h +++ b/src/screen_utils.h @@ -7,7 +7,7 @@ char *screen_getstr(WINDOW *w, char *prompt); /* query user for a string and find it in a list window */ int screen_find(screen_t *screen, - mpd_client_t *c, + mpdclient_t *c, list_window_t *lw, int rows, command_t findcmd, -- cgit v1.2.3