diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-09-15 06:01:54 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-09-15 06:01:54 +0000 |
commit | aa971add07025acc503ed1b2eff3bc378ca71a34 (patch) | |
tree | 1fed818107e2cf4c720a52f890936d5175ec904e /gnu/usr.sbin/mkisofs/exclude.h | |
parent | 4223257a8ea3bf3b20d2cf21f072bd177760544f (diff) |
mkisofs 1.11. Not wrappered, unfortunately. Stripped of most of the
extra junk.
Diffstat (limited to 'gnu/usr.sbin/mkisofs/exclude.h')
-rw-r--r-- | gnu/usr.sbin/mkisofs/exclude.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gnu/usr.sbin/mkisofs/exclude.h b/gnu/usr.sbin/mkisofs/exclude.h new file mode 100644 index 00000000000..3488b55c7cb --- /dev/null +++ b/gnu/usr.sbin/mkisofs/exclude.h @@ -0,0 +1,11 @@ +/* $OpenBSD: exclude.h,v 1.1 1997/09/15 06:01:53 downsj Exp $ */ +/* + * 9-Dec-93 R.-D. Marzusch, marzusch@odiehh.hanse.de: + * added 'exclude' option (-x) to specify pathnames NOT to be included in + * CD image. + * + * $From: exclude.h,v 1.1 1997/02/23 15:53:19 eric Rel $ + */ + +void exclude(); +int is_excluded(); |