aboutsummaryrefslogtreecommitdiffstats
path: root/apps/clients.h
diff options
context:
space:
mode:
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);