X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fserverid.h;fp=apps%2Fsilcd%2Fserverid.h;h=0000000000000000000000000000000000000000;hb=72c2de619079457f7a68100eb13385275a424a23;hp=c4e1762f6bf97bed18f293493ed9caaf2e8f1003;hpb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;p=runtime.git diff --git a/apps/silcd/serverid.h b/apps/silcd/serverid.h deleted file mode 100644 index c4e1762f..00000000 --- a/apps/silcd/serverid.h +++ /dev/null @@ -1,39 +0,0 @@ -/* - - serverid.h - - Author: 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 - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - -*/ - -#ifndef SERVERID_H -#define SERVERID_H - -/* Prototypes */ -void silc_id_create_server_id(const char *ip, SilcUInt16 port, SilcRng rng, - SilcServerID **new_id); -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