diff options
author | Christian Pointner <equinox@helsinki.at> | 2010-01-10 16:17:47 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2010-01-10 16:17:47 (GMT) |
commit | 5b5a0e9950fa7e191a67cacabe55f1780fed5b5e (patch) | |
tree | ae4bd9ee0fc2635741fe6bed54824d01bb9a5030 /client_list.h | |
parent | 475ead22df9433e3a7f41fa88190984a10f86144 (diff) |
new listener type: mode
switched to version 1.0 RC1
cleanups
Diffstat (limited to 'client_list.h')
-rw-r--r-- | client_list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client_list.h b/client_list.h index 00d741d..428188e 100644 --- a/client_list.h +++ b/client_list.h @@ -31,6 +31,7 @@ struct client_struct { int fd; client_type_t type; int request_listener; + int mode_listener; int status_listener; int gpi_listener; int oc_listener; |