Code

mpdclient: convert port to "unsigned"
[ncmpc.git] / src / mpdclient.h
index 84878466d22e7a08bc40f42330502745f4f048e9..b959f5c426d9e36cd70138510354a7739c3ee7e3 100644 (file)
@@ -120,7 +120,7 @@ mpdclient_get_current_song(const struct mpdclient *c)
 }
 
 bool
-mpdclient_connect(struct mpdclient *c, const gchar *host, gint port,
+mpdclient_connect(struct mpdclient *c, const gchar *host, unsigned port,
                  unsigned timeout_ms, const gchar *password);
 
 void