summaryrefslogtreecommitdiff
path: root/src/push.h
diff options
context:
space:
mode:
authorabepern <abepern@gmail.com>2013-02-19 06:22:58 -0800
committerPhilip Kelley <phkelley@hotmail.com>2013-03-11 17:32:33 -0400
commit20858f6ea631008c334cbf5bb5f976291765c173 (patch)
tree671771b8fb6a9bb768b5b904e90ed5e4c020c42c /src/push.h
parentd768f9add943e0ca220c81d7ffa29fc3215cd119 (diff)
downloadlibgit2-20858f6ea631008c334cbf5bb5f976291765c173.tar.gz
Implemented push on the local transport
Diffstat (limited to 'src/push.h')
-rw-r--r--src/push.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/push.h b/src/push.h
index 629583189..e982b8385 100644
--- a/src/push.h
+++ b/src/push.h
@@ -41,4 +41,11 @@ struct git_push {
unsigned pb_parallelism;
};
+/**
+ * Free the given push status object
+ *
+ * @param status The push status object
+ */
+void git_push_status_free(push_status *status);
+
#endif