diff options
Diffstat (limited to 'src/core/url.h')
| -rw-r--r-- | src/core/url.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/url.h b/src/core/url.h index e846bf37..1761f6fd 100644 --- a/src/core/url.h +++ b/src/core/url.h @@ -20,5 +20,6 @@ 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); extern size_t nni_url_decode(uint8_t *, const char *, size_t); +extern int nni_url_to_address(nng_sockaddr *, const nni_url *); #endif // CORE_URL_H |
