summaryrefslogtreecommitdiffstats
path: root/include/libssh/priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/priv.h')
-rw-r--r--include/libssh/priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h
index 70f94241..a18d23e2 100644
--- a/include/libssh/priv.h
+++ b/include/libssh/priv.h
@@ -633,7 +633,7 @@ int ssh_userauth1_password(SSH_SESSION *session, char *username,
char *password);
/* in misc.c */
/* gets the user home dir. */
-char *ssh_get_user_home_dir();
+char *ssh_get_user_home_dir(void);
int ssh_file_readaccess_ok(char *file);
/* macro for byte ordering */