X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Flibmpdclient.h;h=eef40cdae9d7e056c0bd3791fc14f11b1bc92004;hb=f3e250df559a6e4677072bbe2936a8a093798bbd;hp=44b02822019f4cccc5954cb3c94c0bb273e3b8b6;hpb=d151828d2347a2519e1a7149d84ce0805b457e80;p=monky diff --git a/src/libmpdclient.h b/src/libmpdclient.h index 44b0282..eef40cd 100644 --- a/src/libmpdclient.h +++ b/src/libmpdclient.h @@ -1,4 +1,6 @@ -/* libmpdclient +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * libmpdclient * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) * This project's homepage is: http://www.musicpd.org * @@ -472,9 +474,9 @@ void mpd_sendSwapCommand(mpd_Connection *connection, int song1, int song2); void mpd_sendSwapIdCommand(mpd_Connection *connection, int song1, int song2); -void mpd_sendSeekCommand(mpd_Connection *connection, int song, int time); +void mpd_sendSeekCommand(mpd_Connection *connection, int song, int seek_time); -void mpd_sendSeekIdCommand(mpd_Connection *connection, int song, int time); +void mpd_sendSeekIdCommand(mpd_Connection *connection, int song, int seek_time); void mpd_sendRepeatCommand(mpd_Connection *connection, int repeatMode);