aboutsummaryrefslogtreecommitdiffstats
path: root/apps/clients.h
diff options
context:
space:
mode:
authorjames <>2008-03-11 17:47:24 +0000
committerjames <>2008-03-11 17:47:24 +0000
commit7a28b8904a1d92528c92eb5c4fe7ce8f217b3393 (patch)
tree55fe2e6d6ded7bc516bf04b76a8ac4588b6beec1 /apps/clients.h
parent2970fb6cc7f7645c40e01fea50408aeea1de532b (diff)
downloadsympathy-7a28b8904a1d92528c92eb5c4fe7ce8f217b3393.tar.gz
sympathy-7a28b8904a1d92528c92eb5c4fe7ce8f217b3393.tar.bz2
sympathy-7a28b8904a1d92528c92eb5c4fe7ce8f217b3393.zip
*** empty log message ***
Diffstat (limited to 'apps/clients.h')
-rw-r--r--apps/clients.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/apps/clients.h b/apps/clients.h
index b2e669a..5c8b419 100644
--- a/apps/clients.h
+++ b/apps/clients.h
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.10 2008/03/11 17:47:24 james
+ * *** empty log message ***
+ *
* Revision 1.9 2008/03/10 11:49:32 james
* *** empty log message ***
*
@@ -60,12 +63,12 @@ typedef struct {
/* clients.c */
extern void client_free (Client * c);
extern Client *clients_new_client (Clients * cs, Socket * s, Context * ctx);
-extern void clients_reap (Clients * cs);
+extern void clients_reap (Clients * cs,Context *ctx);
extern Clients *clients_new (void);
extern void clients_pre_select (Clients * cs, fd_set * rfds, fd_set * wfds);
extern void clients_post_select (Clients * cs, Context * ctx, fd_set * rfds,
fd_set * wfds);
-extern void clients_shutdown (Clients * cs);
+extern void clients_shutdown (Clients * cs,Context *ctx);
extern int send_output (Clients * cs, void *buf, int len);
extern int send_status (Clients * cs, char *msg);