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 >
Text File  |  1994-05-29  |  250b  |  11 lines

  1. /*
  2.  * 9-Dec-93 R.-D. Marzusch, marzusch@odiehh.hanse.de:
  3.  * added 'exclude' option (-x) to specify pathnames NOT to be included in 
  4.  * CD image.
  5.  */
  6.  
  7. void exclude(char*);
  8. int is_excluded(char*);
  9. void include_conv(char*);
  10. int is_included_conv(char*);
  11.