]> git.ipfire.org Git - thirdparty/git.git/blobdiff - http.h
Sync with 2.37.6
[thirdparty/git.git] / http.h
diff --git a/http.h b/http.h
index fc6723ebd5bee485073a8425ace40c7e567fa442..77c042706c6597e347d1b8cc05d3f5972e2de117 100644 (file)
--- a/http.h
+++ b/http.h
@@ -178,6 +178,9 @@ int http_fetch_ref(const char *base, struct ref *ref);
 int http_get_info_packs(const char *base_url,
                        struct packed_git **packs_head);
 
+/* Helper for getting Accept-Language header */
+const char *http_get_accept_language_header(void);
+
 struct http_pack_request {
        char *url;