From: Gisle Vanem Date: Fri, 27 Oct 2006 14:13:32 +0000 (+0000) Subject: Fixed 'x_TYPE_ARG2' to match prototypes of recv() and send(). X-Git-Tag: curl-7_16_0~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce935a26971ea6d6fd2726c27b5f83353eaf2a7e;p=curl Fixed 'x_TYPE_ARG2' to match prototypes of recv() and send(). --- diff --git a/lib/config.dos b/lib/config.dos index 67d12d0b7..47d8130aa 100644 --- a/lib/config.dos +++ b/lib/config.dos @@ -81,13 +81,13 @@ */ #define SEND_TYPE_ARG1 int #define SEND_QUAL_ARG2 const -#define SEND_TYPE_ARG2 char * +#define SEND_TYPE_ARG2 void * #define SEND_TYPE_ARG3 int #define SEND_TYPE_ARG4 int #define SEND_TYPE_RETV int #define RECV_TYPE_ARG1 int -#define RECV_TYPE_ARG2 char * +#define RECV_TYPE_ARG2 void * #define RECV_TYPE_ARG3 int #define RECV_TYPE_ARG4 int #define RECV_TYPE_RETV int