ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/match.h
Revision: 5052
Committed: Mon Dec 22 11:56:03 2014 UTC (11 years, 7 months ago) by michael
Content type: text/x-chdr
File size: 119 byte(s)
Log Message:
- Initial import of bopm 3.1.3

File Contents

# Content
1 #ifndef MATCH_H
2 #define MATCH_H
3
4 int match(const char *mask, const char *name);
5 char *collapse(char *pattern);
6
7 #endif