1
0
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:
Aris Adamantiadis
2009-10-10 20:07:52 +02:00
parent 4dee9a3e68
commit 499f9aa707

View File

@@ -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;
*