Fix: lttng list command with network path
[lttng-tools.git] / src / common / uri.h
index d768e8724670d80759c8002a60b2c4acb81efde8..347b639b0008dcd8991c7a468aafcee6ecfce56f 100644 (file)
@@ -77,5 +77,6 @@ struct lttng_uri {
 int uri_compare(struct lttng_uri *uri1, struct lttng_uri *uri2);
 void uri_free(struct lttng_uri *uri);
 ssize_t uri_parse(const char *str_uri, struct lttng_uri **uris);
+int uri_to_str_url(struct lttng_uri *uri, char *dst, size_t size);
 
 #endif /* _LTT_URI_H */
This page took 0.02362 seconds and 4 git commands to generate.