X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilcclient%2Fclient_internal.h;h=05b1ff36562571e9ff0d4b9f43a594c60b4b4f23;hp=4155d61ed93e77a40f49d779d8f81329e2a96bb8;hb=c257b555225193e54d85daf541d29578b3c93882;hpb=f658940d02cf2fd893296b6a7825b42502573668 diff --git a/lib/silcclient/client_internal.h b/lib/silcclient/client_internal.h index 4155d61e..05b1ff36 100644 --- a/lib/silcclient/client_internal.h +++ b/lib/silcclient/client_internal.h @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 1997 - 2001, 2003 Pekka Riikonen + Copyright (C) 1997 - 2004 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 @@ -271,6 +271,9 @@ void silc_client_notify_by_server(SilcClient client, void silc_client_private_message(SilcClient client, SilcSocketConnection sock, SilcPacketContext *packet); +void silc_client_private_message_key(SilcClient client, + SilcSocketConnection sock, + SilcPacketContext *packet); void silc_client_connection_auth_request(SilcClient client, SilcSocketConnection sock, SilcPacketContext *packet); @@ -293,5 +296,9 @@ SilcBuffer silc_client_attributes_process(SilcClient client, void silc_client_packet_queue_purge(SilcClient client, SilcSocketConnection sock); SILC_TASK_CALLBACK_GLOBAL(silc_client_rekey_callback); +void +silc_client_command_reply_whois_save(SilcClientCommandReplyContext cmd, + SilcStatus status, + bool notify); #endif