aboutsummaryrefslogtreecommitdiffstats
path: root/apps/clients.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/clients.h')
-rw-r--r--apps/clients.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/apps/clients.h b/apps/clients.h
index 3396f5c..8a1625e 100644
--- a/apps/clients.h
+++ b/apps/clients.h
@@ -1,4 +1,4 @@
-/*
+/*
* clients.h:
*
* Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
@@ -6,12 +6,15 @@
*
*/
-/*
+/*
* $Id$
*/
-/*
+/*
* $Log$
+ * Revision 1.8 2008/03/07 13:16:02 james
+ * *** empty log message ***
+ *
* Revision 1.7 2008/03/03 06:04:42 james
* *** empty log message ***
*
@@ -41,6 +44,7 @@
typedef struct Client_struct
{
struct Client_struct *next;
+ int initialized;
Socket *s;
int dead;
} Client;