home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / hypertext / httpfetch_1 / !HTTP_h_http < prev    next >
Encoding:
Text File  |  1994-09-13  |  214 b   |  14 lines

  1. #include "DeskLib:LinkList.h"
  2. #include "DeskLib:Wimp.h"
  3.  
  4. #include "requester.h"
  5.  
  6. typedef struct
  7. {
  8.   linklist_header link;
  9.   int sender;
  10.   message_block sentmsg;
  11.   message_block webmsg;
  12.   char *webfile;
  13. } http_req;
  14.