patch zlib check
[platform/upstream/cdrkit.git] / genisoimage / exclude.h
1 /*
2  * This file has been modified for the cdrkit suite.
3  *
4  * The behaviour and appearence of the program code below can differ to a major
5  * extent from the version distributed by the original author(s).
6  *
7  * For details, see Changelog file distributed with the cdrkit package. If you
8  * received this file from another source then ask the distributing person for
9  * a log of modifications.
10  *
11  */
12
13 /* @(#)exclude.h        1.3 04/03/02 eric */
14 /*
15  * 9-Dec-93 R.-D. Marzusch, marzusch@odiehh.hanse.de:
16  * added 'exclude' option (-x) to specify pathnames NOT to be included in
17  * CD image.
18  */
19
20 void exclude(char * fn);
21 int is_excluded(char * fn);