#include <w3types.h>
#include <w3client.h>
#include <sys/types.h>
Go to the source code of this file.
Functions | |
boolean | w3SendData (const void *data, size_t size, int sock) |
Send data through a connection. | |
void * | w3ReceiveData (unsigned int *size, int sock) |
Receive data through a connection. |