1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-08-29 08:01:59 +03:00

removed compiler warnings, narrowed some source lines, killed trailing

whitespace
This commit is contained in:
Daniel Stenberg
2007-07-14 20:54:47 +00:00
parent 14881b2370
commit e0254f3936
4 changed files with 184 additions and 186 deletions

View File

@@ -1,5 +1,5 @@
/*
* $Id: ssh2.c,v 1.3 2007/04/26 23:59:15 gknauf Exp $
* $Id: ssh2.c,v 1.4 2007/07/14 20:54:47 bagder Exp $
*
* Sample showing how to do SSH2 connect.
*
@@ -25,6 +25,9 @@
# ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
# ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif
#include <sys/types.h>
#include <fcntl.h>