summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2008-05-05 22:14:22 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2008-05-05 22:14:22 +0100
commit00cb0d590c59a409efb73f7efbb7c72dd4bd2ffc (patch)
tree786421a423883f693a2b5dccd5a1442fcd1c2873
parentcfd7b72175341d19baf7a76cc3e66960df0012cd (diff)
downloadxine-lib-00cb0d590c59a409efb73f7efbb7c72dd4bd2ffc.tar.gz
xine-lib-00cb0d590c59a409efb73f7efbb7c72dd4bd2ffc.tar.bz2
Make open_internal static again.
-rw-r--r--src/xine-engine/xine.c2
1 files changed, 1 insertions, 1 deletions
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;