diff options
author | Max Kellermann <max@duempel.org> | 2011-01-29 10:24:20 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-01-29 10:43:54 +0100 |
commit | 0e69ad32c16eb6449a8952f894c6f239f2e2c52f (patch) | |
tree | 2a4ffe797f1673904c86132fdb8f24cac609f02f /src/client_idle.h | |
parent | 9b4e14df719bc8d09f178c1749d7af10fe2dd96c (diff) | |
download | mpd-0e69ad32c16eb6449a8952f894c6f239f2e2c52f.tar.gz mpd-0e69ad32c16eb6449a8952f894c6f239f2e2c52f.tar.xz mpd-0e69ad32c16eb6449a8952f894c6f239f2e2c52f.zip |
client_idle: export client_idle_add()
Diffstat (limited to '')
-rw-r--r-- | src/client_idle.h | 3 |
1 files changed, 3 insertions, 0 deletions
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. |