home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / disk / mkisofs-1.00.5.lha / mkisofs / exclude.h < prev    next >
Encoding:
Text File  |  1994-05-29  |  250 b   |  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.