1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-02 01:17:52 +03:00

Fix several build warnings.

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@214 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
Andreas Schneider
2009-02-02 16:09:38 +00:00
parent 5e03a95a93
commit 974a160fd3
10 changed files with 34 additions and 28 deletions

View File

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