#include <w3types.h>
#include <w3thread.h>
Go to the source code of this file.
Data Structures | |
struct | clientGlobalStruct |
Functions | |
void | w3ClientInit () |
boolean | w3ClientConnect (w3ClientConnection *con) |
boolean | w3ClientGetDocument (w3Document *doc) |
boolean | w3ClientDisconnect (w3ClientConnection *con) |
boolean | w3ClientGetImagePath (char *uriString, boolean withoutHostname) |
boolean | w3ClientDocToFile (const char *uriString, const char *filename, int port) |
boolean | w3ClientDocToFileMT (const char *uriString, const char *filename, int port) |
boolean | w3ClientJoinAllThreads () |
boolean | w3ClientDestroyAllThreads () |