mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 18:04:25 +09:00
Fixed the doxygen documentation.
This commit is contained in:
@@ -39,6 +39,11 @@
|
|||||||
#include "libssh/server.h"
|
#include "libssh/server.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @addtogroup ssh_session
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Duplicate the options of a session structure.
|
* @brief Duplicate the options of a session structure.
|
||||||
*
|
*
|
||||||
@@ -616,8 +621,13 @@ int ssh_options_set(ssh_session session, enum ssh_options_e type,
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
/** @} */
|
||||||
|
|
||||||
#ifdef WITH_SERVER
|
#ifdef WITH_SERVER
|
||||||
|
/**
|
||||||
|
* @addtogroup ssh_server
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
static int ssh_bind_options_set_algo(ssh_bind sshbind, int algo,
|
static int ssh_bind_options_set_algo(ssh_bind sshbind, int algo,
|
||||||
const char *list) {
|
const char *list) {
|
||||||
if (!verify_existing_algo(algo, list)) {
|
if (!verify_existing_algo(algo, list)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user