Loading lib/if2ip.h +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ *****************************************************************************/ #include "setup.h" #if ! defined(WIN32) && ! defined(__BEOS__) #if ! defined(WIN32) && ! defined(__BEOS__) && !defined(__CYGWIN32__) extern char *Curl_if2ip(char *interface, char *buf, int buf_size); #else #define Curl_if2ip(a,b,c) NULL Loading Loading
lib/if2ip.h +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ *****************************************************************************/ #include "setup.h" #if ! defined(WIN32) && ! defined(__BEOS__) #if ! defined(WIN32) && ! defined(__BEOS__) && !defined(__CYGWIN32__) extern char *Curl_if2ip(char *interface, char *buf, int buf_size); #else #define Curl_if2ip(a,b,c) NULL Loading