[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ssh_options_set value param outdated
[Thread Prev] | [Thread Next]
- Subject: ssh_options_set value param outdated
- From: g4-lisz@xxxxxxxxxxxx
- Reply-to: libssh@xxxxxxxxxx
- Date: Sun, 20 Jan 2019 14:41:36 +0100
- To: libssh@xxxxxxxxxx
Hi there In options.c for function ssh_options_set(), the value @param annotation is outdated: * - 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). Logging callback and logging useradata is outdated and is not treated anywhere in options.c But it still get's its way into the documentation, so this is confusing. Cheers, Till
Re: ssh_options_set value param outdated | g4-lisz@xxxxxxxxxxxx |