summaryrefslogtreecommitdiffstats
path: root/include/libssh/misc.h
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2010-02-28 22:51:21 +0100
committerAndreas Schneider <mail@cynapses.org>2010-03-06 12:33:27 +0100
commit83c51d1c134a92df4a2bef52bcbfec42f3c8d49a (patch)
tree4548e6259247b21175d5140e259300268867cc93 /include/libssh/misc.h
parentc712d30311221c153cf5b3778651a73992c38719 (diff)
Fixed and added support for several identity files.
Diffstat (limited to 'include/libssh/misc.h')
-rw-r--r--include/libssh/misc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libssh/misc.h b/include/libssh/misc.h
index 647faedc..ddd72fe7 100644
--- a/include/libssh/misc.h
+++ b/include/libssh/misc.h
@@ -25,6 +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);
int ssh_file_readaccess_ok(const char *file);
/* macro for byte ordering */