X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Firssi%2Fsrc%2Fsilc%2Fcore%2Fclient_ops.h;fp=apps%2Firssi%2Fsrc%2Fsilc%2Fcore%2Fclient_ops.h;h=0000000000000000000000000000000000000000;hb=72c2de619079457f7a68100eb13385275a424a23;hp=0d20e52bcb097e336ad1a86be81fddddf9e1f9a5;hpb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;p=runtime.git diff --git a/apps/irssi/src/silc/core/client_ops.h b/apps/irssi/src/silc/core/client_ops.h deleted file mode 100644 index 0d20e52b..00000000 --- a/apps/irssi/src/silc/core/client_ops.h +++ /dev/null @@ -1,75 +0,0 @@ -/* - - client_ops.h - - Author: Pekka Riikonen - - Copyright (C) 2001 - 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 CLIENT_OPS_H -#define CLIENT_OPS_H - -#include "silc-servers.h" - -void silc_say(SilcClient client, SilcClientConnection conn, - SilcClientMessageType type, char *msg, ...); -void silc_say_error(char *msg, ...); -void silc_channel_message(SilcClient client, SilcClientConnection conn, - SilcClientEntry sender, - SilcChannelEntry channel, - SilcMessagePayload payload, - SilcChannelPrivateKey key, - SilcMessageFlags flags, - const unsigned char *message, - SilcUInt32 message_len); -void silc_private_message(SilcClient client, SilcClientConnection conn, - SilcClientEntry sender, - SilcMessagePayload payload, - SilcMessageFlags flags, - const unsigned char *message, - SilcUInt32 message_len); -void silc_notify(SilcClient client, SilcClientConnection conn, - SilcNotifyType type, ...); -void silc_command(SilcClient client, SilcClientConnection conn, - SilcBool success, SilcCommand command, SilcStatus status, - SilcUInt32 argc, unsigned char **argv); -void silc_command_reply(SilcClient client, SilcClientConnection conn, - SilcCommand command, SilcStatus status, - SilcStatus error, va_list ap); -void silc_ask_passphrase(SilcClient client, SilcClientConnection conn, - SilcAskPassphrase completion, void *context); -void silc_verify_public_key(SilcClient client, SilcClientConnection conn, - SilcConnectionType conn_type, - SilcPublicKey publi_key, - SilcVerifyPublicKey completion, void *context); -void silc_get_auth_method(SilcClient client, SilcClientConnection conn, - char *hostname, SilcUInt16 port, - SilcAuthMethod auth_meth, - SilcGetAuthMeth completion, void *context); -void silc_key_agreement(SilcClient client, SilcClientConnection conn, - SilcClientEntry client_entry, const char *hostname, - SilcUInt16 protocol, SilcUInt16 port); -void silc_ftp(SilcClient client, SilcClientConnection conn, - SilcClientEntry client_entry, SilcUInt32 session_id, - const char *hostname, SilcUInt16 port); -char * -silc_unescape_data(const char *escaped_data, SilcUInt32 *length); -char * -silc_escape_data(const char *data, SilcUInt32 len); - -char * -silc_get_session_filename(SILC_SERVER_REC *server); - -#endif