updates.
[silc.git] / apps / irssi / src / silc / core / client_ops.h
index 38ccf656eb66cc421d23f69464cc14339b58e41e..c231cddb1dffe1f0a4626a9397745b80bd93e653 100644 (file)
@@ -54,7 +54,6 @@ void silc_failure(SilcClient client, SilcClientConnection conn,
                  SilcProtocol protocol, void *failure);
 int silc_key_agreement(SilcClient client, SilcClientConnection conn,
                       SilcClientEntry client_entry, char *hostname,
-                      int port,
-                      SilcKeyAgreementCallback *completion,
+                      uint16 port, SilcKeyAgreementCallback *completion,
                       void **context);
 #endif