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:
@@ -374,6 +374,7 @@ int ssh_userauth_kbdint_setanswer(SSH_SESSION *session, unsigned int i,
|
||||
const char *answer);
|
||||
|
||||
/* misc.c */
|
||||
int ssh_mkdir (const char *pathname, mode_t mode);
|
||||
char *ssh_dirname (const char *path);
|
||||
char *ssh_basename (const char *path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user