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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user