]> arthur.barton.de Git - ngircd.git/blobdiff - src/ngircd/client.c
Client_New() not used outside client.c -> static
[ngircd.git] / src / ngircd / client.c
index 84715813ffc7a2fd7ff85848cab7f3c7d8db6265..ca50d37cb900304becd31be98d98c3faf3dd270e 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: client.c,v 1.85 2005/07/31 20:13:08 alex Exp $";
+static char UNUSED id[] = "$Id: client.c,v 1.86 2006/03/10 20:25:29 fw Exp $";
 
 #include "imp.h"
 #include <assert.h>
@@ -159,7 +159,7 @@ Client_NewRemoteUser( CLIENT *Introducer, char *Nick, int Hops, char *User, char
 } /* Client_NewRemoteUser */
 
 
-GLOBAL CLIENT *
+static CLIENT *
 Client_New( CONN_ID Idx, CLIENT *Introducer, CLIENT *TopServer, int Type, char *ID, char *User, char *Hostname, char *Info, int Hops, int Token, char *Modes, bool Idented )
 {
        CLIENT *client;