1 #ifndef PMATCH_H
2 #define PMATCH_H
3 
4 extern unsigned int pmatch(const char *, const char *, unsigned int);
5 
6 #endif
7