| 83 | } |
| 84 | |
| 85 | void packfile_list_remove(struct packfile_list *list, struct packed_git *pack) |
| 86 | { |
| 87 | free(packfile_list_remove_internal(list, pack)); |
| 88 | } |
| 89 | |
| 90 | void packfile_list_prepend(struct packfile_list *list, struct packed_git *pack) |
| 91 | { |
no test coverage detected