]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/client.h
Moved now local prototype of Client_New() to C file, renamed it to
[ngircd-alex.git] / src / ngircd / client.h
index fea3bfc9e7f795e871f5bb0331e31bb13a78fac4..dedae2fbe730a1f41478ea01ebc5795142cc8e7d 100644 (file)
@@ -8,7 +8,7 @@
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
  *
- * $Id: client.h,v 1.40 2006/03/10 20:25:29 fw Exp $
+ * $Id: client.h,v 1.41 2006/03/11 01:37:31 alex Exp $
  *
  * Client management (header)
  */
@@ -78,7 +78,6 @@ GLOBAL void Client_Exit PARAMS(( void ));
 GLOBAL CLIENT *Client_NewLocal PARAMS(( CONN_ID Idx, char *Hostname, int Type, bool Idented ));
 GLOBAL CLIENT *Client_NewRemoteServer PARAMS(( CLIENT *Introducer, char *Hostname, CLIENT *TopServer, int Hops, int Token, char *Info, bool Idented ));
 GLOBAL CLIENT *Client_NewRemoteUser PARAMS(( CLIENT *Introducer, char *Nick, int Hops, char *User, char *Hostname, int Token, char *Modes, char *Info, bool Idented ));
-static CLIENT *Client_New PARAMS(( 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 ));
 
 GLOBAL void Client_Destroy PARAMS(( CLIENT *Client, char *LogMsg, char *FwdMsg, bool SendQuit ));
 #ifdef CONN_MODULE