home *** CD-ROM | disk | FTP | other *** search
/ Dream 49 / Amiga_Dream_49.iso / beos / utils / mkisofs-1.000 / mkisofs-1.11-beos / match.h < prev    next >
C/C++ Source or Header  |  1997-04-09  |  224b  |  15 lines

  1. /*
  2.  * 27th March 1996. Added by Jan-Piet Mens for matching regular expressions
  3.  *             in paths.
  4.  * 
  5.  */
  6.  
  7. /*
  8.  *     $Id: match.h,v 1.1 1997/02/23 15:56:12 eric Rel $
  9.  */
  10.  
  11. #include "fnmatch.h"
  12.  
  13. void add_match();
  14. int matches();
  15.