Preliminary SILC Server 1.1 commit.
[silc.git] / apps / silcd / serverid.h
index 4f81aa17ad0421658036e59e0b044abccdbe2983..c4e1762f6bf97bed18f293493ed9caaf2e8f1003 100644 (file)
@@ -4,7 +4,7 @@
 
   Author: Pekka Riikonen <priikone@silcnet.org>
 
-  Copyright (C) 1997 - 2005 Pekka Riikonen
+  Copyright (C) 1997 - 2005, 2007 Pekka Riikonen
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
 /* Prototypes */
 void silc_id_create_server_id(const char *ip, SilcUInt16 port, SilcRng rng,
                              SilcServerID **new_id);
-bool silc_id_create_client_id(SilcServer server,
-                             SilcServerID *server_id, SilcRng rng,
-                             SilcHash md5hash, unsigned char *nickname,
-                             SilcUInt32 nick_len,
-                             SilcClientID **new_id);
-bool silc_id_create_channel_id(SilcServer server,
-                              SilcServerID *router_id, SilcRng rng,
-                              SilcChannelID **new_id);
-bool silc_id_is_valid_server_id(SilcServer server,
-                               SilcServerID *server_id,
-                               SilcSocketConnection remote);
+SilcBool silc_id_create_client_id(SilcServer server,
+                                 SilcServerID *server_id, SilcRng rng,
+                                 SilcHash md5hash, unsigned char *nickname,
+                                 SilcUInt32 nick_len,
+                                 SilcClientID **new_id);
+SilcBool silc_id_create_channel_id(SilcServer server,
+                                  SilcServerID *router_id, SilcRng rng,
+                                  SilcChannelID **new_id);
+SilcBool silc_id_is_valid_server_id(SilcServer server,
+                                   SilcServerID *server_id,
+                                   SilcPacketStream remote);
 
 #endif