libgit2/src/fetch.h
Carlos Martín Nieto e1d8803068 Don't expose the fetch code to the user
Move the generation of the want-list to be done from the negotiate
function, and keep the filtered references inside the remote
structure.

Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
2011-08-18 02:34:08 +02:00

7 lines
106 B
C

#ifndef INCLUDE_fetch_h__
#define INCLUDE_fetch_h__
int git_fetch_negotiate(git_remote *remote);
#endif