From a92903983d0f955ddf7ec6446b196d988a6536b9 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 31 Oct 2008 13:58:00 +0100 Subject: client: use bool Return bool instead of int. --- src/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client.h') diff --git a/src/client.h b/src/client.h index bcbc7126c..e6661e249 100644 --- a/src/client.h +++ b/src/client.h @@ -35,7 +35,7 @@ void client_manager_expire(void); void client_new(int fd, const struct sockaddr *addr, int uid); -int client_is_expired(const struct client *client); +bool client_is_expired(const struct client *client); /** * returns the uid of the client process, or a negative value if the -- cgit v1.2.3