mirror of
https://github.com/curl/curl.git
synced 2026-07-24 21:47:18 +03:00
Fixed 'x_TYPE_ARG2' to match prototypes of recv() and send().
This commit is contained in:
parent
812ce0d93f
commit
ce935a2697
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue