summary refs log tree commit diff
path: root/src/pmatch.h
blob: 8d4eb8bc4ecb09d8cf56d63b3794003c2268e96c (plain) (blame)
1
2
3
4
5
6
#ifndef PMATCH_H
#define PMATCH_H

extern unsigned int pmatch(const char *, const char *, unsigned int);

#endif