Imported Upstream version 0.7.5
[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 Id pool_addrelproviders_conda(Pool *pool, Id name, Id evr, Queue *plist);
19 Id pool_conda_matchspec(Pool *pool, const char *name);
20
21 #endif /* LIBSOLV_CONDA_H */
22