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