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