aboutsummaryrefslogtreecommitdiffstats
path: root/apps/clients.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/clients.c')
-rw-r--r--apps/clients.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/clients.c b/apps/clients.c
index c75c984..a4b5fce 100644
--- a/apps/clients.c
+++ b/apps/clients.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.13 2008/02/28 16:37:16 james
+ * *** empty log message ***
+ *
* Revision 1.12 2008/02/28 12:12:24 james
* *** empty log message ***
*
@@ -56,7 +59,7 @@ static char rcsid[] = "$Id$";
#include <malloc.h>
#include "clients.h"
-static void
+void
client_msg (IPC_Msg * m, Context * c)
{
switch (m->hdr.type)