]> git.ozlabs.org Git - petitboot/blobdiff - lib/url/url.c
discover/pxe-parser: Retrieve configs asynchronously
[petitboot] / lib / url / url.c
index 7202f4965414be300cd9e1c5cb0ee8ea68c3c29b..6eeced32538350cb0aea0fa3edbe1a9c73aab411 100644 (file)
@@ -246,7 +246,7 @@ static void pb_url_update_full(struct pb_url *url)
        url->full = pb_url_to_string(url);
 }
 
-static struct pb_url *pb_url_copy(void *ctx, const struct pb_url *url)
+struct pb_url *pb_url_copy(void *ctx, const struct pb_url *url)
 {
        struct pb_url *new_url;