summaryrefslogtreecommitdiffstats
path: root/libssh/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/init.c')
-rw-r--r--libssh/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/init.c b/libssh/init.c
index 1b48a40..fd5919a 100644
--- a/libssh/init.c
+++ b/libssh/init.c
@@ -33,7 +33,7 @@ MA 02111-1307, USA. */
* \brief finalize and cleanup all libssh and cryptographic data structures
* \returns 0
*/
-int ssh_finalize()
+int ssh_finalize(void)
{
ssh_crypto_finalize();
#ifdef HAVE_LIBGCRYPT