diff options
Diffstat (limited to 'lib/unsetenv.c')
-rw-r--r-- | lib/unsetenv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unsetenv.c b/lib/unsetenv.c index 76ba332e3..2f4f7f711 100644 --- a/lib/unsetenv.c +++ b/lib/unsetenv.c @@ -2,6 +2,6 @@ #include <stdlib.h> -void _xine_private_unsetenv(const char *name) { +void xine_private_unsetenv(const char *name) { putenv(name); } |