X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=url.h;h=f311c40a4680bfedf0ad2d511a5599fb5dcabd6e;hb=e68a5272b1aab46514ae01745be50948ac375146;hp=abdaf6fa30b68767f48b056c977e498f9cfe7de2;hpb=f14a310e8b665d0f1ac8cd91db3b101873a9bc5e;p=thirdparty%2Fgit.git diff --git a/url.h b/url.h index abdaf6fa30..f311c40a46 100644 --- a/url.h +++ b/url.h @@ -1,6 +1,8 @@ #ifndef URL_H #define URL_H +struct strbuf; + extern int is_url(const char *url); extern int is_urlschemechar(int first_flag, int ch); extern char *url_decode(const char *url);