aboutsummaryrefslogtreecommitdiffstats
path: root/src/client.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-01-29 10:24:30 +0100
committerMax Kellermann <max@duempel.org>2011-01-29 10:43:54 +0100
commit9b4e14df719bc8d09f178c1749d7af10fe2dd96c (patch)
treee6c3e4083eae58e9621e876eaa908cdd731c1792 /src/client.h
parent03f7803f261251f2acfb2bcc066d2c26ef57665e (diff)
downloadmpd-9b4e14df719bc8d09f178c1749d7af10fe2dd96c.tar.gz
mpd-9b4e14df719bc8d09f178c1749d7af10fe2dd96c.tar.xz
mpd-9b4e14df719bc8d09f178c1749d7af10fe2dd96c.zip
client_idle: add header client_idle.h
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/client.h b/src/client.h
index b2177a77c..5647e5eae 100644
--- a/src/client.h
+++ b/src/client.h
@@ -62,17 +62,4 @@ void client_vprintf(struct client *client, const char *fmt, va_list args);
*/
G_GNUC_PRINTF(2, 3) void client_printf(struct client *client, const char *fmt, ...);
-/**
- * Adds the specified idle flags to all clients and immediately sends
- * notifications to all waiting clients.
- */
-void client_manager_idle_add(unsigned flags);
-
-/**
- * Checks whether the client has pending idle flags. If yes, they are
- * sent immediately and "true" is returned". If no, it puts the
- * client into waiting mode and returns false.
- */
-bool client_idle_wait(struct client *client, unsigned flags);
-
#endif