summaryrefslogtreecommitdiff
path: root/src/evr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/evr.h')
-rw-r--r--src/evr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/evr.h b/src/evr.h
index 7606608..bf80358 100644
--- a/src/evr.h
+++ b/src/evr.h
@@ -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
}