This commit is contained in:
parent
79cb3a568b
commit
4b4c4f6400
15 changed files with 6395 additions and 0 deletions
10
util/mkisofs/exclude.h
Normal file
10
util/mkisofs/exclude.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* 9-Dec-93 R.-D. Marzusch, marzusch@odiehh.hanse.de:
|
||||
* added 'exclude' option (-x) to specify pathnames NOT to be included in
|
||||
* CD image.
|
||||
*
|
||||
* $Id: exclude.h,v 1.1 1997/02/23 15:53:19 eric Rel $
|
||||
*/
|
||||
|
||||
void exclude();
|
||||
int is_excluded();
|
Loading…
Add table
Add a link
Reference in a new issue