JWM Source Documentation
match.h
Go to the documentation of this file.
00001 00010 #ifndef MATCH_H 00011 #define MATCH_H 00012 00018 int Match(const char *pattern, const char *expression); 00019 00020 #endif /* MATCH_H */ 00021