зеркало из https://github.com/microsoft/git.git
7 строки
133 B
C
7 строки
133 B
C
|
#ifndef FETCH_OBJECT_H
|
||
|
#define FETCH_OBJECT_H
|
||
|
|
||
|
extern void fetch_object(const char *remote_name, const unsigned char *sha1);
|
||
|
|
||
|
#endif
|