w3client.h

This is the verbatim text of the w3client.h include file.

#ifndef __W3CLIENT_H__
#define __W3CLIENT_H__

#include <w3types.h>
#include <w3thread.h>

struct  clientGlobalStruct {
  w3Thread **threads;
  int numOfThreads;
  char *hostname;
  char *lastpath;
  int port;
};


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 ();

#endif


Generated at Thu Jun 1 21:36:22 2000 for HTTP Client advanced version by doxygen  written by Dimitri van Heesch, © 1997-1999