mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-29 01:03:57 +03:00
options: Removed outdated param annotations of ssh_options_set()
Signed-off-by: Till Wimmer <g4-lisz@tonarchiv.ch> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
committed by
Andreas Schneider
parent
16a52a8362
commit
d27b817acc
@@ -350,37 +350,6 @@ int ssh_options_set_algo(ssh_session session,
|
|||||||
* \n
|
* \n
|
||||||
* See the corresponding numbers in libssh.h.
|
* See the corresponding numbers in libssh.h.
|
||||||
*
|
*
|
||||||
* - SSH_OPTIONS_AUTH_CALLBACK:
|
|
||||||
* Set a callback to use your own authentication function
|
|
||||||
* (function pointer).
|
|
||||||
*
|
|
||||||
* - SSH_OPTIONS_AUTH_USERDATA:
|
|
||||||
* Set the user data passed to the authentication
|
|
||||||
* function (generic pointer).
|
|
||||||
*
|
|
||||||
* - SSH_OPTIONS_LOG_CALLBACK:
|
|
||||||
* Set a callback to use your own logging function
|
|
||||||
* (function pointer).
|
|
||||||
*
|
|
||||||
* - SSH_OPTIONS_LOG_USERDATA:
|
|
||||||
* Set the user data passed to the logging function
|
|
||||||
* (generic pointer).
|
|
||||||
*
|
|
||||||
* - SSH_OPTIONS_STATUS_CALLBACK:
|
|
||||||
* Set a callback to show connection status in realtime
|
|
||||||
* (function pointer).\n
|
|
||||||
* \n
|
|
||||||
* @code
|
|
||||||
* fn(void *arg, float status)
|
|
||||||
* @endcode
|
|
||||||
* \n
|
|
||||||
* During ssh_connect(), libssh will call the callback
|
|
||||||
* with status from 0.0 to 1.0.
|
|
||||||
*
|
|
||||||
* - SSH_OPTIONS_STATUS_ARG:
|
|
||||||
* Set the status argument which should be passed to the
|
|
||||||
* status callback (generic pointer).
|
|
||||||
*
|
|
||||||
* - SSH_OPTIONS_CIPHERS_C_S:
|
* - SSH_OPTIONS_CIPHERS_C_S:
|
||||||
* Set the symmetric cipher client to server (const char *,
|
* Set the symmetric cipher client to server (const char *,
|
||||||
* comma-separated list).
|
* comma-separated list).
|
||||||
|
|||||||
Reference in New Issue
Block a user