Code

Merge remote branches 'jn/doc', 'jn/stuff' and 'jn/stuff1'
[ncmpc.git] / src / mpdclient.h
index 383634fb78398c2e10726ca88d3acc7f03e4cb19..798e979c4d2bbcf73f006282b944627e71c97794 100644 (file)
@@ -76,7 +76,7 @@ mpdclient_get_current_song(const struct mpdclient *c)
 
 bool
 mpdclient_connect(struct mpdclient *c, const gchar *host, gint port,
-                 gfloat timeout_, const gchar *password);
+                 unsigned timeout_ms, const gchar *password);
 
 void
 mpdclient_disconnect(struct mpdclient *c);