Robert Millan 2009-11-08 22:51:08 +00:00
parent 79cb3a568b
commit 4b4c4f6400
15 changed files with 6395 additions and 0 deletions

14
util/mkisofs/match.h Normal file
View file

@ -0,0 +1,14 @@
/*
* 27th March 1996. Added by Jan-Piet Mens for matching regular expressions
* in paths.
*
*/
/*
* $Id: match.h,v 1.1 1997/02/23 15:56:12 eric Rel $
*/
#include "fnmatch.h"
void add_match();
int matches();