]> git.ozlabs.org Git - petitboot/blobdiff - ui/common/url.h
ui: callback & boot actions: kexec -> boot
[petitboot] / ui / common / url.h
index a966dc720574c938d96a0ed4497c30d4396db573..3cb7cd876b0ac228c8c76570944eb4c4ef116ffa 100644 (file)
@@ -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