]> granicus.if.org Git - icinga2/blob - third-party/mmatch/mmatch.h
Merge pull request #7591 from Icinga/feature/docs-api-joins
[icinga2] / third-party / mmatch / mmatch.h
1 #ifndef MMATCH_H
2 #define MMATCH_H
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif /* __cplusplus */
7
8 int mmatch(const char *old_mask, const char *new_mask);
9 int match(const char *mask, const char *str);
10 char *collapse(char *pattern);
11
12 #ifdef __cplusplus
13 }
14 #endif /* __cplusplus */
15
16 #endif /* MMATCH_H */