summaryrefslogtreecommitdiff
path: root/libgupnp/gupnp-context.h
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2018-11-20 00:21:00 +0100
committerJens Georg <mail@jensge.org>2018-11-20 00:21:00 +0100
commitb8a5d47f9f0c406d5550d4fc2061b439410c1fb8 (patch)
treecfeaf5713459d8ed0410afa19f25bc66d9b24081 /libgupnp/gupnp-context.h
parent0313c66c349c90fa7a84047b3b706d5de44dd976 (diff)
downloadgupnp-b8a5d47f9f0c406d5550d4fc2061b439410c1fb8.tar.gz
all: Use proper address for link-local
Diffstat (limited to 'libgupnp/gupnp-context.h')
-rw-r--r--libgupnp/gupnp-context.h4
1 files changed, 4 insertions, 0 deletions
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 */