From 6a4255cf4a29954108907716e9e69c72f041d5da Mon Sep 17 00:00:00 2001 From: james <> Date: Fri, 9 May 2008 12:35:57 +0000 Subject: *** empty log message *** --- apps/clients.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'apps/clients.h') diff --git a/apps/clients.h b/apps/clients.h index d0bffd3..e467c67 100644 --- a/apps/clients.h +++ b/apps/clients.h @@ -12,6 +12,9 @@ /* * $Log$ + * Revision 1.12 2008/05/09 12:35:57 james + * *** empty log message *** + * * Revision 1.11 2008/03/11 17:56:04 james * *** empty log message *** * @@ -50,14 +53,16 @@ #ifndef __CLIENTS_H__ #define __CLIENTS_H__ -typedef struct Client_struct { +typedef struct Client_struct +{ struct Client_struct *next; int initialized; Socket *s; int dead; } Client; -typedef struct { +typedef struct +{ Client *head; int n; } Clients; -- cgit v1.2.3