diff options
author | Max Kellermann <max@duempel.org> | 2009-01-07 23:35:16 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-07 23:35:16 +0100 |
commit | 3c3ed8d8360835ac29315c22e392242711a01f2c (patch) | |
tree | fe8bea311f54dcfa9dcee750cb55913786a9c5a4 /src/mpdclient.h | |
parent | cad3e3407ce71e3ba82f7f8158e9ab7505e85a1f (diff) | |
download | mpd-3c3ed8d8360835ac29315c22e392242711a01f2c.tar.gz mpd-3c3ed8d8360835ac29315c22e392242711a01f2c.tar.xz mpd-3c3ed8d8360835ac29315c22e392242711a01f2c.zip |
libmpdclient: fix shadow warnings
Renamed "time" variables.
Diffstat (limited to 'src/mpdclient.h')
-rw-r--r-- | src/mpdclient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mpdclient.h b/src/mpdclient.h index e3b662a3f..1b52d06e9 100644 --- a/src/mpdclient.h +++ b/src/mpdclient.h @@ -38,7 +38,7 @@ mpdclient_finish_command(mpdclient_t *c); mpdclient_t *mpdclient_new(void); void mpdclient_free(mpdclient_t *c); gint mpdclient_connect(mpdclient_t *c, gchar *host, gint port, - gfloat timeout, gchar *password); + gfloat timeout_, gchar *password); gint mpdclient_disconnect(mpdclient_t *c); gint mpdclient_update(mpdclient_t *c); |