diff options
-rw-r--r-- | mpc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |