summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin/mkisofs/match.h
blob: c176b1b3e8c9cd210d58f542fcaedc49a41ef019 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*	$OpenBSD: match.h,v 1.3 1998/04/05 00:39:32 deraadt Exp $	*/
/*
 * 27th March 1996. Added by Jan-Piet Mens for matching regular expressions
 * 		    in paths.
 * 
 */

/*
 * 	$From: match.h,v 1.1 1997/02/23 15:56:12 eric Rel $
 */

#include "fnmatch.h"

void add_match();
int matches();