http: make end_url_with_slash() public
Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
9ee6bcd398
commit
eb9d47cf9b
1
http.h
1
http.h
@ -117,6 +117,7 @@ extern void append_remote_object_url(struct strbuf *buf, const char *url,
|
||||
int only_two_digit_prefix);
|
||||
extern char *get_remote_object_url(const char *url, const char *hex,
|
||||
int only_two_digit_prefix);
|
||||
extern void end_url_with_slash(struct strbuf *buf, const char *url);
|
||||
|
||||
/* Options for http_request_*() */
|
||||
#define HTTP_NO_CACHE 1
|
||||
|
Reference in New Issue
Block a user