diff options
Diffstat (limited to 'ui/common/url.h')
-rw-r--r-- | ui/common/url.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |