GRUB-1.98 changes
[grub2/jjazz.git] / util / mkisofs / exclude.h
blobac1a561ad185e21d951f14cacf23e714848e7570
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.
6 * $Id: exclude.h,v 1.2 1999/03/02 03:41:25 eric Exp $
7 */
9 void exclude __PR((char * fn));
10 int is_excluded __PR((char * fn));