#ifndef MATCHVER_H #define MATCHVER_H #include #include #include bool match_version(const char *version, const char *pattern); #endif /* MATCHVER_H */