X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=sympathy.git;a=blobdiff_plain;f=apps%2Fclients.h;h=f8dd9f1067bd5733f61d4915edfbf7a17f643a6e;hp=605b3cda8834a9ab7c421767e16d4d4cf677ca91;hb=3e72a1f6fc28777c26e4fb109867bd2a3c7b89b0;hpb=cd414751eb1367ac4d0da57630785fed7389d982 diff --git a/apps/clients.h b/apps/clients.h index 605b3cd..f8dd9f1 100644 --- a/apps/clients.h +++ b/apps/clients.h @@ -12,6 +12,9 @@ /* * $Log$ + * Revision 1.5 2008/02/14 10:34:47 james + * *** empty log message *** + * * Revision 1.4 2008/02/14 10:34:30 james * *** empty log message *** * @@ -44,17 +47,18 @@ 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 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 int send_output(Clients *cs, void *buf, int len); -extern int send_status(Clients *cs, char *msg); -extern void send_history(History *h, Client *c); -extern void send_vt102(VT102 *v, Client *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 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 int send_output (Clients * cs, void *buf, int len); +extern int send_status (Clients * cs, char *msg); +extern void send_history (History * h, Client * c); +extern void send_vt102 (VT102 * v, Client * c); #endif