mirror of
https://github.com/git/git
synced 2024-10-29 17:08:46 +00:00
7 lines
133 B
C
7 lines
133 B
C
|
#ifndef FETCH_OBJECT_H
|
||
|
#define FETCH_OBJECT_H
|
||
|
|
||
|
extern void fetch_object(const char *remote_name, const unsigned char *sha1);
|
||
|
|
||
|
#endif
|