diff options
Diffstat (limited to 'src/core/url.h')
| -rw-r--r-- | src/core/url.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/url.h b/src/core/url.h index 2358f6ba..afb8a882 100644 --- a/src/core/url.h +++ b/src/core/url.h @@ -17,5 +17,7 @@ extern int nni_url_parse(nni_url **, const char *path); extern void nni_url_free(nni_url *); extern int nni_url_clone(nni_url **, const nni_url *); extern const char *nni_url_default_port(const char *); +extern int nni_url_asprintf(char **, const nni_url *); +extern int nni_url_asprintf_port(char **, const nni_url *, int); #endif // CORE_URL_H |
