X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=lib%2Furl%2Furl.h;h=997cdcb1333465889a561bf1115449cc51c0c6c0;hb=d9a54dc81723f83a21e24aa362a7a356d266e942;hp=40c11645877907d67617c23866799d1c6b3010df;hpb=198c4e575e177ae5458238e7b474361506a6f302;p=petitboot diff --git a/lib/url/url.h b/lib/url/url.h index 40c1164..997cdcb 100644 --- a/lib/url/url.h +++ b/lib/url/url.h @@ -60,6 +60,7 @@ 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);