From 00cb0d590c59a409efb73f7efbb7c72dd4bd2ffc Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Mon, 5 May 2008 22:14:22 +0100 Subject: Make open_internal static again. --- src/xine-engine/xine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c index d58b4ea55..4b228304c 100644 --- a/src/xine-engine/xine.c +++ b/src/xine-engine/xine.c @@ -795,7 +795,7 @@ static inline int _x_path_looks_like_mrl (const char *path) return path[0] == ':' && path[1] == '/'; } -/*static*/ int open_internal (xine_stream_t *stream, const char *mrl) { +static int open_internal (xine_stream_t *stream, const char *mrl) { const char *stream_setup = NULL; const char *mrl_proto = NULL; -- cgit v1.2.3