X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fdoc%2Fcommand_reply_args.html;h=562282a5a99be60ac84f5c7b7f008043c9103059;hb=d1e71f42379e8b5cd0748a7aeae8561b02cfe53d;hp=a38209e9df6b57aa618222c32ed85b97a7acfb17;hpb=34bb35a2496ec0402bb4d6c2546147cd37b27007;p=crypto.git diff --git a/lib/doc/command_reply_args.html b/lib/doc/command_reply_args.html index a38209e9..562282a5 100644 --- a/lib/doc/command_reply_args.html +++ b/lib/doc/command_reply_args.html @@ -399,6 +399,20 @@ SilcPublicKey public_key + +SILC_COMMAND_SERVICE + +Returns the service list in the server, or information on the accepted +and authenticated service. The 'service_list' maybe NULL if server does +not support any services. It is NULL also when 'name' is not NULL. The +'service_list' is a comma separated list of services the server supports. +The 'name' MAY be NULL also. The 'name' is the requested service, and it is +non-NULL only if server accepted and authenticated client's request. + +const char *server_list, const char *service_name + + +