| 1098 | } |
| 1099 | |
| 1100 | int cbm_discover(const char *repo_path, const cbm_discover_opts_t *opts, cbm_file_info_t **out, |
| 1101 | int *count) { |
| 1102 | return cbm_discover_ex(repo_path, opts, out, count, NULL, NULL); |
| 1103 | } |
| 1104 | |
| 1105 | int cbm_discover_ex(const char *repo_path, const cbm_discover_opts_t *opts, cbm_file_info_t **out, |
| 1106 | int *count, char ***excluded_out, int *excluded_count_out) { |