mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-06 18:29:50 +09:00
Add a portable ssh_mkdir function for Windows.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user