X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Firssi%2Fsrc%2Fsilc%2Fcore%2Fclient_ops.h;h=0d20e52bcb097e336ad1a86be81fddddf9e1f9a5;hb=fc85a9af4d9f517a9fe92f7764bb4ae059afe288;hp=87c81bb3bce378ae24a2375fb417dba8fe3d4db5;hpb=8a6279964422ae932dcf5af1a32616cfcbde5a19;p=silc.git diff --git a/apps/irssi/src/silc/core/client_ops.h b/apps/irssi/src/silc/core/client_ops.h index 87c81bb3..0d20e52b 100644 --- a/apps/irssi/src/silc/core/client_ops.h +++ b/apps/irssi/src/silc/core/client_ops.h @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 2001, 2006 Pekka Riikonen + Copyright (C) 2001 - 2007 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 @@ -56,6 +56,7 @@ void silc_verify_public_key(SilcClient client, SilcClientConnection conn, SilcVerifyPublicKey completion, void *context); void silc_get_auth_method(SilcClient client, SilcClientConnection conn, char *hostname, SilcUInt16 port, + SilcAuthMethod auth_meth, SilcGetAuthMeth completion, void *context); void silc_key_agreement(SilcClient client, SilcClientConnection conn, SilcClientEntry client_entry, const char *hostname,