1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2026-01-06 14:21:55 +03:00

misc: Remove session from ssh_get_local_username().

This commit is contained in:
Andreas Schneider
2011-08-16 22:24:31 +02:00
parent 1a0fbedc2e
commit ddcb88070b
4 changed files with 20 additions and 24 deletions

View File

@@ -25,7 +25,7 @@
/* in misc.c */
/* gets the user home dir. */
char *ssh_get_user_home_dir(void);
char *ssh_get_local_username(ssh_session session);
char *ssh_get_local_username(void);
int ssh_file_readaccess_ok(const char *file);
char *ssh_path_expand_tilde(const char *d);