diff options
Diffstat (limited to 'http.h')
-rw-r--r-- | http.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,6 +105,6 @@ static inline int missing__target(int code, int result) #define missing_target(a) missing__target((a)->http_code, (a)->curl_result) -extern int http_fetch_ref(const char *base, const char *ref, unsigned char *sha1); +extern int http_fetch_ref(const char *base, struct ref *ref); #endif /* HTTP_H */ |