Code

Added prototype for the mpc_reconnect() function.
authorKalle Wallin <kaw@linux.se>
Sat, 20 Mar 2004 08:45:43 +0000 (08:45 +0000)
committerKalle Wallin <kaw@linux.se>
Sat, 20 Mar 2004 08:45:43 +0000 (08:45 +0000)
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@322 09075e82-0dd4-0310-85a5-a0d7c8717e4f

mpc.h

diff --git a/mpc.h b/mpc.h
index fb4e678f8a07259404d0125f08904938bbc69b83..608d22c5c0806543910e2113a6733ad851c1d589 100644 (file)
--- 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);