Code

screen_client: screen_auth() returns bool
[ncmpc.git] / src / screen_client.h
index 73e90d523cb58c61b5fb4b8eb7750c4a33b02873..9b419d148e175ddf84b86de383e56f95217cab9b 100644 (file)
 #ifndef NCMPC_SCREEN_CLIENT_H
 #define NCMPC_SCREEN_CLIENT_H
 
-#include <glib.h>
+#include <stdbool.h>
 
 struct mpdclient;
 
-gint
+bool
 screen_auth(struct mpdclient *c);
 
 #endif