diff options
Diffstat (limited to 'yuri.h')
-rw-r--r-- | yuri.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yuri.h b/yuri.h index 1a3fa63..3e33b43 100644 --- a/yuri.h +++ b/yuri.h @@ -43,6 +43,7 @@ const char *uri_get_authority_user(struct uri *); const char *uri_get_authority_host(struct uri *); int uri_get_authority_port(struct uri *); const char **uri_get_path(struct uri *); +char *uri_string_path(struct uri *); int uri_get_npath(struct uri *); const char *uri_get_query(struct uri *); const char *uri_get_fragment(struct uri *); |