summaryrefslogtreecommitdiffstats
path: root/include/libssh/libssh.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/libssh.h')
-rw-r--r--include/libssh/libssh.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index 6daf02a..faee16b 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -443,6 +443,10 @@ LIBSSH_API int ssh_userauth_kbdint_setanswer(SSH_SESSION *session, unsigned int
LIBSSH_API int ssh_init(void);
LIBSSH_API int ssh_finalize(void);
+/* misc.c */
+char *ssh_dirname (const char *path);
+char *ssh_basename (const char *path);
+
/* messages.c */
typedef struct ssh_message SSH_MESSAGE;