From: Pekka Riikonen Date: Tue, 27 Feb 2001 15:46:59 +0000 (+0000) Subject: updates. X-Git-Tag: SILC.0.1~146 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=7e87feeb3a406211a66f136325ee49ffe53c06f3 updates. --- diff --git a/lib/silcclient/silcapi.h b/lib/silcclient/silcapi.h index fc81ae83..5f95c7c1 100644 --- a/lib/silcclient/silcapi.h +++ b/lib/silcclient/silcapi.h @@ -158,7 +158,8 @@ typedef struct { the library to perform the key agreement protocol and FALSE if it is not desired. */ int (*key_agreement)(SilcClient client, SilcClientConnection conn, - SilcClientEntry client_entry); + SilcClientEntry client_entry, char *hostname, + int port); } SilcClientOperations;