This commit is contained in:
parent
79cb3a568b
commit
4b4c4f6400
15 changed files with 6395 additions and 0 deletions
14
util/mkisofs/match.h
Normal file
14
util/mkisofs/match.h
Normal 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();
|
Loading…
Add table
Add a link
Reference in a new issue