diff options
author | Carlos Martín Nieto <cmn@dwim.me> | 2013-01-11 20:15:06 +0100 |
---|---|---|
committer | Carlos Martín Nieto <cmn@dwim.me> | 2013-01-11 20:17:21 +0100 |
commit | 80d647adc31e3c8721dc578140494f916463f623 (patch) | |
tree | 35f53ad25a93c3644b0d08622944462193cb5ec6 /src/pack.h | |
parent | 3f4437e714874ed10ce20fb32ca2dad3ca6f80ee (diff) | |
download | libgit2-80d647adc31e3c8721dc578140494f916463f623.tar.gz |
Revert "pack: packfile_free -> git_packfile_free and use it in the indexers"
This reverts commit f289f886cb81bb570bed747053d5ebf8aba6bef7, which
makes the tests fail on Windows. Revert until we can figure out a
solution.
Diffstat (limited to 'src/pack.h')
-rw-r--r-- | src/pack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pack.h b/src/pack.h index 6c43d8f5b..db57e57d2 100644 --- a/src/pack.h +++ b/src/pack.h @@ -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 git_packfile_free(struct git_pack_file *p); +void 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, |