aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-09-09 13:42:00 +0200
committerAndreas Schneider <mail@cynapses.org>2009-09-09 13:42:00 +0200
commit97b6036cbf3e444384a8e9b7f082e22d9ea64fe1 (patch)
treef0d5f611d728dcc73d6b81153800003137ab1caa /include
parentdf4f7ed5b8ec4619c3435b9b3dc8efc6210f4447 (diff)
downloadlibssh-97b6036cbf3e444384a8e9b7f082e22d9ea64fe1.tar.gz
libssh-97b6036cbf3e444384a8e9b7f082e22d9ea64fe1.tar.xz
libssh-97b6036cbf3e444384a8e9b7f082e22d9ea64fe1.zip
Add a portable ssh_mkdir function for Windows.
Diffstat (limited to 'include')
-rw-r--r--include/libssh/libssh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index c36b7fc..f18e406 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -444,6 +444,7 @@ LIBSSH_API int ssh_init(void);
LIBSSH_API int ssh_finalize(void);
/* misc.c */
+LIBSSH_API int ssh_mkdir (const char *pathname, mode_t mode);
LIBSSH_API char *ssh_dirname (const char *path);
LIBSSH_API char *ssh_basename (const char *path);