aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2004-03-20 08:45:43 +0000
committerKalle Wallin <kaw@linux.se>2004-03-20 08:45:43 +0000
commit47c1290110009e23749e0be9d547c4d5b9fcba30 (patch)
tree41ce4216ac60c84843d7ee3d4d935cfbd122b570
parent9747e6e4a58ffcdbbc7fc14f6a1c21735ce14325 (diff)
downloadmpd-47c1290110009e23749e0be9d547c4d5b9fcba30.tar.gz
mpd-47c1290110009e23749e0be9d547c4d5b9fcba30.tar.xz
mpd-47c1290110009e23749e0be9d547c4d5b9fcba30.zip
Added prototype for the mpc_reconnect() function.
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@322 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-rw-r--r--mpc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpc.h b/mpc.h
index fb4e678f8..608d22c5c 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);