diff options
| author | Andreas Schneider <asn@cryptomilk.org> | 2011-08-16 22:24:31 +0200 |
|---|---|---|
| committer | Andreas Schneider <asn@cryptomilk.org> | 2011-08-16 23:04:25 +0200 |
| commit | ddcb88070be3060ee2ab089d292b9eb357c30ed7 (patch) | |
| tree | 45a36fc2abb96cddbe8d06152b952c896cfdacad /include/libssh | |
| parent | 1a0fbedc2e7bc688ce380bbb465a5e1710355666 (diff) | |
| download | libssh-ddcb88070be3060ee2ab089d292b9eb357c30ed7.tar.gz libssh-ddcb88070be3060ee2ab089d292b9eb357c30ed7.tar.xz libssh-ddcb88070be3060ee2ab089d292b9eb357c30ed7.zip | |
misc: Remove session from ssh_get_local_username().
Diffstat (limited to 'include/libssh')
| -rw-r--r-- | include/libssh/misc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/misc.h b/include/libssh/misc.h index 9897c4eb..9e562e2c 100644 --- a/include/libssh/misc.h +++ b/include/libssh/misc.h @@ -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); |
