From a65c101d4e5fdb2f29a84663fef330ac8aeca276 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Tue, 19 Sep 2006 13:31:19 +0000 Subject: Finish the latest change - fix broken build for some platforms (BSD, Win, Solaris). CVS patchset: 8271 CVS date: 2006/09/19 13:31:19 --- lib/setenv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/setenv.c') diff --git a/lib/setenv.c b/lib/setenv.c index 4f861937f..e975f3da8 100644 --- a/lib/setenv.c +++ b/lib/setenv.c @@ -5,7 +5,7 @@ #include /* This function will leak a small amount of memory */ -int _xine_private_setenv(const char *name, const char *val) { +int xine_private_setenv(const char *name, const char *val) { int len; char *env; -- cgit v1.2.3