summaryrefslogtreecommitdiff
path: root/genisoimage/exclude.h
diff options
context:
space:
mode:
Diffstat (limited to 'genisoimage/exclude.h')
-rw-r--r--genisoimage/exclude.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/genisoimage/exclude.h b/genisoimage/exclude.h
new file mode 100644
index 0000000..ca20879
--- /dev/null
+++ b/genisoimage/exclude.h
@@ -0,0 +1,21 @@
+/*
+ * This file has been modified for the cdrkit suite.
+ *
+ * The behaviour and appearence of the program code below can differ to a major
+ * extent from the version distributed by the original author(s).
+ *
+ * For details, see Changelog file distributed with the cdrkit package. If you
+ * received this file from another source then ask the distributing person for
+ * a log of modifications.
+ *
+ */
+
+/* @(#)exclude.h 1.3 04/03/02 eric */
+/*
+ * 9-Dec-93 R.-D. Marzusch, marzusch@odiehh.hanse.de:
+ * added 'exclude' option (-x) to specify pathnames NOT to be included in
+ * CD image.
+ */
+
+void exclude(char * fn);
+int is_excluded(char * fn);