From 3931f4c1f5e7b7a38dbd92ee57112509510054d5 Mon Sep 17 00:00:00 2001 From: Petri Hintukainen Date: Wed, 6 Nov 2013 12:30:51 +0200 Subject: Add _x_mrl_remove_auth(): return a copy of mrl without authentication credentials --- include/xine/xine_internal.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/xine') diff --git a/include/xine/xine_internal.h b/include/xine/xine_internal.h index 543d01c30..437f45a38 100644 --- a/include/xine/xine_internal.h +++ b/include/xine/xine_internal.h @@ -468,6 +468,11 @@ void _x_demux_send_mrl_reference (xine_stream_t *stream, int alternative, */ void _x_mrl_unescape(char *mrl) XINE_PROTECTED; +/* + * Return a copy of mrl without authentication credentials + */ +char *_x_mrl_remove_auth(const char *mrl) XINE_PROTECTED; + /* * plugin_loader functions * -- cgit v1.2.3