summaryrefslogtreecommitdiffstats
path: root/include/libssh
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-08-26 09:47:20 +0200
committerAndreas Schneider <mail@cynapses.org>2009-08-26 09:47:20 +0200
commit160053bc3912bd204156c229ceed836795b1959b (patch)
tree90d5f4be6e96c6f9ede48a4c62d0ce1d7001b46a /include/libssh
parentd672dde3425fe5effa364fcd432691351e75560f (diff)
downloadlibssh-160053bc3912bd204156c229ceed836795b1959b.tar.gz
libssh-160053bc3912bd204156c229ceed836795b1959b.tar.xz
libssh-160053bc3912bd204156c229ceed836795b1959b.zip
Added ssh_basename() and ssh_dirname().
Diffstat (limited to 'include/libssh')
-rw-r--r--include/libssh/libssh.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index 6c6d5157..ad8f20ce 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -373,6 +373,9 @@ const char *ssh_userauth_kbdint_getprompt(SSH_SESSION *session, unsigned int i,
int ssh_userauth_kbdint_setanswer(SSH_SESSION *session, unsigned int i,
const char *answer);
+/* misc.c */
+char *ssh_dirname (const char *path);
+char *ssh_basename (const char *path);
/* init.c */
int ssh_init(void);