Add a portable ssh_mkdir function for Windows.

This commit is contained in:
Andreas Schneider
2009-09-09 13:42:00 +02:00
parent df4f7ed5b8
commit 97b6036cbf
3 changed files with 27 additions and 1 deletions

View File

@@ -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);