7233f17bfd25971084e0bd3825a05560c9f15f65
[platform/upstream/libsolv.git] / src / conda.h
1 /*
2  * Copyright (c) 2019, SUSE LLC
3  *
4  * This program is licensed under the BSD license, read LICENSE.BSD
5  * for further information
6  */
7
8 /*
9  * conda.h
10  *
11  */
12
13 #ifndef LIBSOLV_CONDA_H
14 #define LIBSOLV_CONDA_H
15
16 int pool_evrcmp_conda(const Pool *pool, const char *evr1, const char *evr2, int mode);
17 int solvable_conda_matchversion(Solvable *s, const char *version);
18
19 #endif /* LIBSOLV_CONDA_H */
20