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:
authorPhilip Kelley <phkelley@hotmail.com>2012-11-28 20:42:37 +0400
committerPhilip Kelley <phkelley@hotmail.com>2012-11-28 20:42:37 +0400
commit613d5eb9391d6cc33c91f4dc9cdb5ede1885dc72 (patch)
treebd94a2a5ea154a3849114575368b7531f0d45024 /src/pack-objects.h
parent693021262ba0eeac2923bbce1b2262717019c807 (diff)
Push! By schu, phkelley, and congyiwu, et al
Diffstat (limited to 'src/pack-objects.h')
-rw-r--r--src/pack-objects.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pack-objects.h b/src/pack-objects.h
index e34cc2754..70ee72ce9 100644
--- a/src/pack-objects.h
+++ b/src/pack-objects.h
@@ -82,7 +82,6 @@ struct git_packbuilder {
bool done;
};
-int git_packbuilder_send(git_packbuilder *pb, gitno_socket *s);
int git_packbuilder_write_buf(git_buf *buf, git_packbuilder *pb);
#endif /* INCLUDE_pack_objects_h__ */