X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=ui%2Fcommon%2Furl.h;h=3cb7cd876b0ac228c8c76570944eb4c4ef116ffa;hp=a966dc720574c938d96a0ed4497c30d4396db573;hb=8c3d5ce5b02ffce64ae3a8ab3fef43be17f6974d;hpb=8ecee33a2f5fb8562c4db7fa55f50f25a57dc8f3 diff --git a/ui/common/url.h b/ui/common/url.h index a966dc7..3cb7cd8 100644 --- a/ui/common/url.h +++ b/ui/common/url.h @@ -60,4 +60,6 @@ struct pb_url { struct pb_url *pb_url_parse(void *ctx, const char *url_str); +const char *pb_url_scheme_name(enum pb_url_scheme scheme); + #endif