Current File : /home/inlingua/miniconda3/include/solv/conda.h
/*
 * Copyright (c) 2019, SUSE LLC
 *
 * This program is licensed under the BSD license, read LICENSE.BSD
 * for further information
 */

/*
 * conda.h
 *
 */

#ifndef LIBSOLV_CONDA_H
#define LIBSOLV_CONDA_H

#include "pooltypes.h"
#include "solvable.h"

#ifdef __cplusplus
extern "C" {
#endif

int pool_evrcmp_conda(const Pool *pool, const char *evr1, const char *evr2, int mode);
int solvable_conda_matchversion(Solvable *s, const char *version);
Id pool_addrelproviders_conda(Pool *pool, Id name, Id evr, Queue *plist);
Id pool_conda_matchspec(Pool *pool, const char *name);

#ifdef __cplusplus
}
#endif

#endif /* LIBSOLV_CONDA_H */