diff options
Diffstat (limited to 'http.h')
-rw-r--r-- | http.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -146,4 +146,8 @@ int http_error(const char *url, int ret); extern int http_fetch_ref(const char *base, struct ref *ref); +/* Helpers for fetching packs */ +extern int http_get_info_packs(const char *base_url, + struct packed_git **packs_head); + #endif /* HTTP_H */ |