mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
Add structure cleaning in comment
This commit is contained in:
@@ -90,7 +90,7 @@ typedef struct ssh_callbacks_struct * ssh_callbacks;
|
||||
*
|
||||
* @code
|
||||
* struct ssh_callbacks_struct cb;
|
||||
*
|
||||
* memset(&cb, 0, sizeof(struct ssh_callbacks_struct));
|
||||
* cb.userdata = data;
|
||||
* cb.auth_function = my_auth_function;
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user