diff options
| author | Carlos Martín Nieto <carlos@cmartin.tk> | 2011-06-08 13:09:47 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <carlos@cmartin.tk> | 2011-06-26 18:18:13 +0200 |
| commit | ecb6ca0e1f908c1480a602e8cca16bd8916b8a99 (patch) | |
| tree | 725b0ece3bf3b99fd8109cb315652b5d18d14136 /include/git2 | |
| parent | 6a9597c5b57456dfe02e4b5ba94ef437907fe1f1 (diff) | |
| download | libgit2-ecb6ca0e1f908c1480a602e8cca16bd8916b8a99.tar.gz | |
Implement the git TCP transport up to ls-remote
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
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); |
