X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcclient%2Fclient_prvmsg.h;h=7cc1bf9c25a5252a6c0a8630cff088e6ce76369a;hb=80d10dbf48785c2163551a7f94a46f6f5849c4a7;hp=93e5532d114087fa12f1c256b44761bcfdbd0e05;hpb=d7f1e81fea0d1da2ac870b8dfa600669aa280cd5;p=silc.git diff --git a/lib/silcclient/client_prvmsg.h b/lib/silcclient/client_prvmsg.h index 93e5532d..7cc1bf9c 100644 --- a/lib/silcclient/client_prvmsg.h +++ b/lib/silcclient/client_prvmsg.h @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 2006 Pekka Riikonen + Copyright (C) 2006 - 2014 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 @@ -24,4 +24,14 @@ SILC_FSM_STATE(silc_client_private_message); SILC_FSM_STATE(silc_client_private_message_error); SILC_FSM_STATE(silc_client_private_message_key); +SilcBool +silc_client_autoneg_private_message_key(SilcClient client, + SilcClientConnection conn, + SilcClientEntry client_entry, + SilcPacket initiator_packet, + SilcMessageFlags flags, + SilcHash hash, + unsigned char *data, + SilcUInt32 data_len); + #endif /* CLIENT_PRVMSG_H */