From 499f9aa7077301e74dd482d9adbde2a334332f95 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sat, 10 Oct 2009 20:07:52 +0200 Subject: Add structure cleaning in comment --- include/libssh/callbacks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/libssh/callbacks.h b/include/libssh/callbacks.h index 2156f20..83ac5ee 100644 --- a/include/libssh/callbacks.h +++ b/include/libssh/callbacks.h @@ -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; * -- cgit v1.2.3