home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / internet / www / !HTTP / h / http next >
Text File  |  1994-09-13  |  214b  |  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.