summaryrefslogtreecommitdiff
path: root/include/git2/pkt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/git2/pkt.h')
-rw-r--r--include/git2/pkt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2/pkt.h b/include/git2/pkt.h
index 7d61d4d38..d0ffa5569 100644
--- a/include/git2/pkt.h
+++ b/include/git2/pkt.h
@@ -56,3 +56,4 @@ struct git_pkt_ref {
*/
int git_pkt_gen_proto(char **out, int *outlen, const char *url);
int git_pkt_parse_line(git_pkt **head, const char *line, const char **out);
+void git_pkt_free(git_pkt *pkt);