File: exclude.h

package info (click to toggle)
mkisofs 1.11-2
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 548 kB
  • ctags: 736
  • sloc: ansic: 6,332; sh: 152; makefile: 144
file content (10 lines) | stat: -rw-r--r-- 244 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
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();