X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=lib%2Furl%2Furl.h;h=997cdcb1333465889a561bf1115449cc51c0c6c0;hb=caddee4b6224b0e050d12cb77d2f42394043885f;hp=3cb7cd876b0ac228c8c76570944eb4c4ef116ffa;hpb=16ebe978aeced862dd877cfee81ac7604902fd55;p=petitboot diff --git a/lib/url/url.h b/lib/url/url.h index 3cb7cd8..997cdcb 100644 --- a/lib/url/url.h +++ b/lib/url/url.h @@ -59,6 +59,8 @@ struct pb_url { }; struct pb_url *pb_url_parse(void *ctx, const char *url_str); +struct pb_url *pb_url_join(void *ctx, const struct pb_url *url, const char *s); +char *pb_url_to_string(struct pb_url *url); const char *pb_url_scheme_name(enum pb_url_scheme scheme);