diff options
Diffstat (limited to 'repack.h')
| -rw-r--r-- | repack.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -137,4 +137,10 @@ int write_filtered_pack(const struct write_pack_opts *opts, struct existing_packs *existing, struct string_list *names); +int write_cruft_pack(const struct write_pack_opts *opts, + const char *cruft_expiration, + unsigned long combine_cruft_below_size, + struct string_list *names, + struct existing_packs *existing); + #endif /* REPACK_H */ |
