fa626f18b284b3f49f8ee693788ff859febabf49
[platform/upstream/libsolv.git] / ext / repo_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 #define CONDA_ADD_USE_ONLY_TAR_BZ2  (1 << 8)
9
10 extern int repo_add_conda(Repo *repo, FILE *fp, int flags);