| 232 | } |
| 233 | |
| 234 | static int config_to_bundle_list(const char *key, const char *value, |
| 235 | const struct config_context *ctx UNUSED, |
| 236 | void *data) |
| 237 | { |
| 238 | struct bundle_list *list = data; |
| 239 | return bundle_list_update(key, value, list); |
| 240 | } |
| 241 | |
| 242 | int bundle_uri_parse_config_format(const char *uri, |
| 243 | const char *filename, |
nothing calls this directly
no test coverage detected