home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / cdrom / Misc / 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.