diff options
author | Kalle Wallin <kaw@linux.se> | 2004-03-20 08:45:43 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2004-03-20 08:45:43 +0000 |
commit | 47c1290110009e23749e0be9d547c4d5b9fcba30 (patch) | |
tree | 41ce4216ac60c84843d7ee3d4d935cfbd122b570 | |
parent | 9747e6e4a58ffcdbbc7fc14f6a1c21735ce14325 (diff) | |
download | mpd-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.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); |