X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fmpdclient.h;h=e73bd8a8f498e9739e3e45c19b98f76bb5996950;hb=f4aa3b9b5c98d5698e80546f07fa67d54ef86f81;hp=9f22d268cc046e05b1c8279b0459231590e77a23;hpb=c804e411bac5a4ae6ca49843a1aeffe5d210a541;p=ncmpc.git diff --git a/src/mpdclient.h b/src/mpdclient.h index 9f22d26..e73bd8a 100644 --- a/src/mpdclient.h +++ b/src/mpdclient.h @@ -120,7 +120,7 @@ bool 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); /*** playlist functions **************************************************/