Code

mpdclient: renamed mpdclient_cmd_move() to mpdclient_cmd_swap()
[ncmpc.git] / src / mpdclient.c
index 0d8c2baa3bed341708e043edf4a2fc97b89582ab..ab2a79b56492d28cf554c5b5bf3697c4bdad8edf 100644 (file)
@@ -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;