From b8a5d47f9f0c406d5550d4fc2061b439410c1fb8 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Tue, 20 Nov 2018 00:21:00 +0100 Subject: all: Use proper address for link-local --- libgupnp/gupnp-context.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libgupnp/gupnp-context.h') diff --git a/libgupnp/gupnp-context.h b/libgupnp/gupnp-context.h index ab56d62..db9a173 100644 --- a/libgupnp/gupnp-context.h +++ b/libgupnp/gupnp-context.h @@ -106,6 +106,10 @@ gupnp_context_add_server_handler (GUPnPContext *context, void gupnp_context_remove_server_handler (GUPnPContext *context, const char *path); + +char * +gupnp_context_rewrite_uri (GUPnPContext *context, + const char *uri); G_END_DECLS #endif /* GUPNP_CONTEXT_H */ -- cgit v1.2.1