From 32d52933181eede0a3dd753e39b34a6d1cfa0d18 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 9 Sep 2009 14:01:20 +0200 Subject: Add a portable ssh_mkdir function for Windows. --- include/libssh/libssh.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libssh') diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index bd38768c..e43b422b 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -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); -- cgit