mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-30 13:01:23 +03: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