diff options
Diffstat (limited to 'include/git2')
| -rw-r--r-- | include/git2/pkt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2/pkt.h b/include/git2/pkt.h index 8ba3c2ac9..7d61d4d38 100644 --- a/include/git2/pkt.h +++ b/include/git2/pkt.h @@ -55,3 +55,4 @@ struct git_pkt_ref { * Create a git protocol request. */ 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); |
