projects
/
petitboot
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
discover: Allow device_handler_boot with no option
[petitboot]
/
lib
/
url
/
url.h
diff --git
a/lib/url/url.h
b/lib/url/url.h
index 3cb7cd876b0ac228c8c76570944eb4c4ef116ffa..997cdcb1333465889a561bf1115449cc51c0c6c0 100644
(file)
--- a/
lib/url/url.h
+++ b/
lib/url/url.h
@@
-59,6
+59,8
@@
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);