mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-06 17:20:22 +00:00
pack: That declaration
This commit is contained in:
parent
6e237de6d8
commit
d0b14cea0e
@ -139,7 +139,7 @@ git_off_t get_delta_base(struct git_pack_file *p, git_mwindow **w_curs,
|
||||
git_off_t *curpos, git_otype type,
|
||||
git_off_t delta_obj_offset);
|
||||
|
||||
void packfile_free(struct git_pack_file *p);
|
||||
void git_packfile_free(struct git_pack_file *p);
|
||||
int git_packfile_check(struct git_pack_file **pack_out, const char *path);
|
||||
int git_pack_entry_find(
|
||||
struct git_pack_entry *e,
|
||||
|
Loading…
Reference in New Issue
Block a user