From: Kalle Wallin Date: Sat, 20 Mar 2004 08:45:43 +0000 (+0000) Subject: Added prototype for the mpc_reconnect() function. X-Git-Tag: v0.12_alpha1~685 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=47c1290110009e23749e0be9d547c4d5b9fcba30;p=ncmpc.git Added prototype for the mpc_reconnect() function. git-svn-id: https://svn.musicpd.org/ncmpc/trunk@322 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- diff --git a/mpc.h b/mpc.h index fb4e678..608d22c 100644 --- a/mpc.h +++ b/mpc.h @@ -29,6 +29,7 @@ typedef struct int mpc_close(mpd_client_t *c); mpd_client_t *mpc_connect(char *host, int port); +int mpc_reconnect(mpd_client_t *c, char *host, int port); int mpc_update(mpd_client_t *c); int mpc_update_playlist(mpd_client_t *c);