aboutsummaryrefslogtreecommitdiff
path: root/src/core/url.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/url.h')
-rw-r--r--src/core/url.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/url.h b/src/core/url.h
index bb6b2382..d552d453 100644
--- a/src/core/url.h
+++ b/src/core/url.h
@@ -33,6 +33,7 @@ extern int nni_url_asprintf_port(char **, const nng_url *, int);
extern size_t nni_url_decode(uint8_t *, const char *, size_t);
extern int nni_url_to_address(nng_sockaddr *, const nng_url *);
extern int nni_url_parse_inline(nng_url *, const char *);
+extern int nni_url_clone_inline(nng_url *, const nng_url *);
extern void nni_url_fini(nng_url *);
#endif // CORE_URL_H