diff options
Diffstat (limited to 'src/evr.h')
-rw-r--r-- | src/evr.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ extern "C" { extern int vercmp(const char *s1, const char *q1, const char *s2, const char *q2); extern int evrcmp(Pool *pool, Id evr1id, Id evr2id, int mode); +extern int evrmatch(Pool *pool, Id evrid, const char *epoch, const char *version, const char *release); #ifdef __cplusplus } |