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

int git_fetch_negotiate(git_remote *remote);

#endif