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
Wrap
Text File
|
1992-01-18
|
303b
|
15 lines
/*
* wildargs.h - prototypes of routines to expand arguments with wildcards
*
* Bruno Costa - 15 Mar 91 - 19 Mar 91
*
* (Requires AmigaDOS 2.0)
*/
#define WILD_FILES 0x01
#define WILD_DIRS 0x02
#define WILD_KEEPSTAR 0x04
void wildoptions (int options);
int wildargs (int *oargc, char ***oargv);