diff options
author | Kalle Wallin <kaw@linux.se> | 2004-06-16 11:13:27 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2004-06-16 11:13:27 +0000 |
commit | 4fce016e7a873d941899c509bd0a5be3f46ea1b8 (patch) | |
tree | 37e18811f1322886f8762b4a4c7d2beb74f00ac5 /src/libmpdclient.h | |
parent | 7857a69fb3c57714a593c71956606e2bae4543c9 (diff) | |
download | mpd-4fce016e7a873d941899c509bd0a5be3f46ea1b8.tar.gz mpd-4fce016e7a873d941899c509bd0a5be3f46ea1b8.tar.xz mpd-4fce016e7a873d941899c509bd0a5be3f46ea1b8.zip |
libmpdclient updated (r1507) - added path to mpdclient_cmd_db_update()
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1508 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/libmpdclient.h')
-rw-r--r-- | src/libmpdclient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmpdclient.h b/src/libmpdclient.h index 0cce02028..2208faf22 100644 --- a/src/libmpdclient.h +++ b/src/libmpdclient.h @@ -435,7 +435,7 @@ void mpd_sendVolumeCommand(mpd_Connection * connection, int volumeChange); void mpd_sendCrossfadeCommand(mpd_Connection * connection, int seconds); -void mpd_sendUpdateCommand(mpd_Connection * connection); +void mpd_sendUpdateCommand(mpd_Connection * connection, char * path); /* returns the update job id, call this after a update command*/ int mpd_getUpdateId(mpd_Connection * connection); |