home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 9
/
FreshFishVol9-CD2.bin
/
bbs
/
disk
/
mkisofs-1.00.7.lha
/
mkisofs
/
exclude.h
< prev
next >
Wrap
Text File
|
1994-05-29
|
250b
|
11 lines
/*
* 9-Dec-93 R.-D. Marzusch, marzusch@odiehh.hanse.de:
* added 'exclude' option (-x) to specify pathnames NOT to be included in
* CD image.
*/
void exclude(char*);
int is_excluded(char*);
void include_conv(char*);
int is_included_conv(char*);