home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / dirutils / browser.lzh / Browser / BrowserII_Src.LZH / 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.