summaryrefslogtreecommitdiff
path: root/client_list.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2009-11-10 15:16:22 (GMT)
committerChristian Pointner <equinox@helsinki.at>2009-11-10 15:16:22 (GMT)
commit225719caa5079685c7baad3c878002e9fcc704b5 (patch)
treefe4d14b715b0bcf00996b7fdf4a373735aa42bfe /client_list.h
parent09e95b1a00a127a0af3fe146f4648cb0a3cda389 (diff)
remove error listener
add on,off,on2,off2 commands
Diffstat (limited to 'client_list.h')
-rw-r--r--client_list.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/client_list.h b/client_list.h
index 8c1d5af..58756a7 100644
--- a/client_list.h
+++ b/client_list.h
@@ -31,7 +31,6 @@ struct client_struct {
int fd;
client_type_t type;
int status_listener;
- int error_listener;
int request_listener;
struct client_struct* next;
read_buffer_t buffer;