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 <carlos@cmartin.tk>2011-07-30 20:56:20 +0400
committerVicent Marti <tanoku@gmail.com>2011-08-18 04:34:07 +0400
commit0e20ba606655d25aa3fdeb9948a55e40107ac269 (patch)
tree2ff7b9a73bc812391e74354a4f05d5589f007ea6 /src/remote.h
parent65fbc48a175fd1413482d22eb6785c8f94acc3cb (diff)
Add a generic send_wants
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
Diffstat (limited to 'src/remote.h')
-rw-r--r--src/remote.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/remote.h b/src/remote.h
index fdd6cd569..e0c3fbf8d 100644
--- a/src/remote.h
+++ b/src/remote.h
@@ -13,4 +13,6 @@ struct git_remote {
git_transport *transport;
};
+int git_remote_send_wants(git_remote *remote, git_headarray *list);
+
#endif