X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Firssi%2Fsrc%2Fsilc%2Fcore%2Fclientutil.h;fp=apps%2Firssi%2Fsrc%2Fsilc%2Fcore%2Fclientutil.h;h=0000000000000000000000000000000000000000;hb=72c2de619079457f7a68100eb13385275a424a23;hp=240100a600ed6d9b3c4dfedc82d66d82e7ba4af6;hpb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;p=runtime.git diff --git a/apps/irssi/src/silc/core/clientutil.h b/apps/irssi/src/silc/core/clientutil.h deleted file mode 100644 index 240100a6..00000000 --- a/apps/irssi/src/silc/core/clientutil.h +++ /dev/null @@ -1,44 +0,0 @@ -/* - - client.h - - Author: Pekka Riikonen - - Copyright (C) 1997 - 2000 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 CLIENTUTIL_H -#define CLIENTUTIL_H - -#include "signals.h" - -/* Prototypes */ -void silc_client_list_ciphers(); -void silc_client_list_hash_funcs(); -void silc_client_list_hmacs(); -void silc_client_list_pkcs(); -int silc_client_check_silc_dir(); -int silc_client_load_keys(SilcClient client); - -#ifdef SILC_PLUGIN -typedef struct { - char *old, *passphrase, *file, *pkcs; - int bits; -} CREATE_KEY_REC; - -void create_key_passphrase(const char *answer, CREATE_KEY_REC *rec); -void change_private_key_passphrase(const char *answer, CREATE_KEY_REC *rec); -#endif - -#endif