repo_conda.h 244 B

12345678910
  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. #define CONDA_ADD_USE_ONLY_TAR_BZ2 (1 << 8)
  8. extern int repo_add_conda(Repo *repo, FILE *fp, int flags);