]> granicus.if.org Git - icinga2/blob - third-party/mmatch/mmatch.h
Added SQLite.
[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 *ma, const char *na);
10 char *collapse(char *pattern);
11
12 #ifdef __cplusplus
13 }
14 #endif /* __cplusplus */
15
16 #endif /* MMATCH_H */