diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-05 15:44:09 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-05 15:44:09 -0700 |
commit | 41cb7488b9e5998ce1d665bbe10beca0a0f69c1c (patch) | |
tree | 5003dbc48bb4250e3984666787fc0bec0eb9b3af /cache.h | |
parent | 4f7770c87ce3c302e1639a7737a6d2531fe4b160 (diff) | |
download | git-41cb7488b9e5998ce1d665bbe10beca0a0f69c1c.tar.gz |
Move "get_ack()" to common git_connect functions
git-clone-pack will want it too. Soon.
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -263,6 +263,7 @@ struct pack_entry { extern int git_connect(int fd[2], char *url, const char *prog); extern int finish_connect(pid_t pid); extern int path_match(const char *path, int nr, char **match); +extern int get_ack(int fd, unsigned char *result_sha1); extern void prepare_packed_git(void); extern int use_packed_git(struct packed_git *); |