Updated libssh

This commit is contained in:
Nicolas Viennot
2013-08-16 13:24:09 -04:00
parent aab28e3796
commit 246bec30bc
83 changed files with 4634 additions and 1246 deletions

View File

@@ -15,11 +15,13 @@ clients must be made or how a client should react.
#include <sys/statvfs.h>
#include <stdio.h>
#include <unistd.h>
#include <errno.h>
#include <fcntl.h>
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <libssh/libssh.h>
#include <libssh/sftp.h>