diff options
Diffstat (limited to 'http.h')
-rw-r--r-- | http.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -96,4 +96,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); + #endif /* HTTP_H */ |