home *** CD-ROM | disk | FTP | other *** search
/ Dream 49 / Amiga_Dream_49.iso / beos / utils / mkisofs-1.000 / mkisofs-1.11-beos / exclude.h < prev    next >
Text File  |  1997-04-09  |  244b  |  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.  *     $Id: exclude.h,v 1.1 1997/02/23 15:53:19 eric Rel $
  7.  */
  8.  
  9. void exclude();
  10. int is_excluded();
  11.