From 0e69ad32c16eb6449a8952f894c6f239f2e2c52f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 29 Jan 2011 10:24:20 +0100 Subject: client_idle: export client_idle_add() --- src/client_idle.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/client_idle.h') diff --git a/src/client_idle.h b/src/client_idle.h index 7a74a6e50..c56fd014c 100644 --- a/src/client_idle.h +++ b/src/client_idle.h @@ -24,6 +24,9 @@ struct client; +void +client_idle_add(struct client *client, unsigned flags); + /** * Adds the specified idle flags to all clients and immediately sends * notifications to all waiting clients. -- cgit v1.2.3