summaryrefslogtreecommitdiff
path: root/src/fetch.h
blob: ad4451ffe329ac321e9a9077267bc296f0548643 (plain)
1
2
3
4
5
6
7
#ifndef INCLUDE_fetch_h__
#define INCLUDE_fetch_h__

int git_fetch_negotiate(git_remote *remote);
int git_fetch_download_pack(char **out, git_remote *remote);

#endif