Commit 9177585410f35bd04793e3762eed9f7d57bf326e

Colin Stolley 2022-02-08T18:04:52

Update src/pack-objects.h Co-authored-by: Edward Thomson <ethomson@github.com>

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/pack-objects.h b/src/pack-objects.h
index 35bae3a..3021e9c 100644
--- a/src/pack-objects.h
+++ b/src/pack-objects.h
@@ -97,7 +97,7 @@ struct git_packbuilder {
 };
 
 int git_packbuilder__write_buf(git_str *buf, git_packbuilder *pb);
-int prepare_pack(git_packbuilder *pb);
+int git_packbuilder__prepare(git_packbuilder *pb);
 
 
 #endif