Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2013-01-11 23:15:06 +0400
committerCarlos Martín Nieto <cmn@dwim.me>2013-01-11 23:17:21 +0400
commit80d647adc31e3c8721dc578140494f916463f623 (patch)
tree35f53ad25a93c3644b0d08622944462193cb5ec6 /src/pack.c
parent3f4437e714874ed10ce20fb32ca2dad3ca6f80ee (diff)
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.c')
-rw-r--r--src/pack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pack.c b/src/pack.c
index 3490c8bb9..dcf9dd178 100644
--- a/src/pack.c
+++ b/src/pack.c
@@ -794,7 +794,7 @@ static struct git_pack_file *packfile_alloc(size_t extra)
}
-void git_packfile_free(struct git_pack_file *p)
+void packfile_free(struct git_pack_file *p)
{
assert(p);