home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / cdrom / mkisofs.105 / source / exclude.h < prev    next >
Text File  |  1977-12-31  |  185b  |  9 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();
  8. int is_excluded();
  9.