home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 552.lha / Browser_II_v1.0 / source.LZH / source / proto / Request.h < prev    next >
Encoding:
Text File  |  1991-04-21  |  184 b   |  11 lines

  1.  
  2. BOOL FiltersReq(struct SelectInfo *, short);
  3. short ThreeGadRequest(char *, char *, char *,...);
  4.  
  5. /* ThreeGadRequest() results */
  6.  
  7. #define A_STOP    0
  8. #define A_RETRY    1
  9. #define A_SKIP    2
  10.  
  11.