summaryrefslogtreecommitdiffstats
path: root/include/libssh/libssh.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/libssh.h')
-rw-r--r--include/libssh/libssh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index 9bde42e..de90833 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -198,7 +198,7 @@ void *string_data(STRING *str);
void string_free(STRING *str);
/* deprecated */
-void ssh_crypto_init();
+void ssh_crypto_init(void);
/* useful for debug */
void ssh_print_hexa(char *descr, const unsigned char *what, int len);