X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=url.h;h=f311c40a4680bfedf0ad2d511a5599fb5dcabd6e;hb=c05048d43925ab8edcb36663752c2b4541911231;hp=abdaf6fa30b68767f48b056c977e498f9cfe7de2;hpb=482456a414d69d8c44b92bbf73eb4ee53b5d8ab9;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);