diff options
Diffstat (limited to '')
-rw-r--r-- | src/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |