home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_2.iso / files / 653.lha / Wild_v2.0 / src.LZH / src / wildargs.h < prev   
Text File  |  1992-01-18  |  303b  |  15 lines

  1. /*
  2.  * wildargs.h - prototypes of routines to expand arguments with wildcards
  3.  *
  4.  * Bruno Costa - 15 Mar 91 - 19 Mar 91
  5.  *
  6.  * (Requires AmigaDOS 2.0)
  7.  */
  8.  
  9. #define WILD_FILES    0x01
  10. #define WILD_DIRS    0x02
  11. #define WILD_KEEPSTAR    0x04
  12.  
  13. void wildoptions (int options);
  14. int wildargs (int *oargc, char ***oargv);
  15.