X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Furl.h;h=d2689be536d8bd4b272bded3b756d1e2b93a0333;hb=239753068ed471ed8bb3c6eb938401037db7f6c9;hp=aee20715d3c2a7a6f6aae8c9bc6b52bfeaba401e;hpb=3bc1920fa930698851eb4c6efca45ec0f0109d8c;p=libucw.git diff --git a/ucw/url.h b/ucw/url.h index aee20715..d2689be5 100644 --- a/ucw/url.h +++ b/ucw/url.h @@ -59,7 +59,7 @@ int url_canonicalize(struct url *u); int url_pack(struct url *u, char *d); int url_canon_split_rel(const char *url, char *buf1, char *buf2, struct url *u, struct url *base); int url_auto_canonicalize_rel(const char *src, char *dst, struct url *base); -uns identify_protocol(const char *p); +uns url_identify_protocol(const char *p); int url_has_repeated_component(const char *url); static inline int url_canon_split(const char *url, char *buf1, char *buf2, struct url *u)