X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fmpdclient.c;h=ab2a79b56492d28cf554c5b5bf3697c4bdad8edf;hb=f4aa3b9b5c98d5698e80546f07fa67d54ef86f81;hp=0d8c2baa3bed341708e043edf4a2fc97b89582ab;hpb=c804e411bac5a4ae6ca49843a1aeffe5d210a541;p=ncmpc.git diff --git a/src/mpdclient.c b/src/mpdclient.c index 0d8c2ba..ab2a79b 100644 --- a/src/mpdclient.c +++ b/src/mpdclient.c @@ -619,7 +619,7 @@ mpdclient_cmd_delete_range(struct mpdclient *c, unsigned start, unsigned end) } bool -mpdclient_cmd_move(struct mpdclient *c, gint old_index, gint new_index) +mpdclient_cmd_swap(struct mpdclient *c, gint old_index, gint new_index) { struct mpd_connection *connection = mpdclient_get_connection(c); const struct mpd_song *song1, *song2;