updates.
[silc.git] / lib / silcclient / silcapi.h
index fc81ae835a3374c576437b5baa532c504c482526..5f95c7c11843c7d3b7b96eade451ce87b15a5033 100644 (file)
@@ -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;