X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=lib%2Furl%2Furl.h;h=997cdcb1333465889a561bf1115449cc51c0c6c0;hb=769fd76dc9bf3440999297ab943af49160df9c45;hp=40c11645877907d67617c23866799d1c6b3010df;hpb=6276a57e76cf22aac639236d4782b56e2e5b9d5e;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);