commit 136ec6c982b97cce2847aeba304d9562130f111c from: Stefan Sperling date: Tue Jun 22 19:18:55 2021 UTC forward-declare struct got_packidx to make got_lib_pack.h self-contained commit - c4330effadfe340c07b5709bc805de6a0b3764a7 commit + 136ec6c982b97cce2847aeba304d9562130f111c blob - e2c8744ffb1b9384501e83ee3f8dd3975eb806be blob + 8bec2bca2e235fe87cbfca896a76cb8a1e46e6dc --- lib/got_lib_pack.h +++ lib/got_lib_pack.h @@ -24,6 +24,8 @@ struct got_pack { struct got_delta_cache *delta_cache; }; +struct got_packidx; + const struct got_error *got_pack_close(struct got_pack *); const struct got_error *got_pack_parse_offset_delta(off_t *, size_t *,