summaryrefslogtreecommitdiff
path: root/lib/setenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/setenv.c')
-rw-r--r--lib/setenv.c2
1 files changed, 1 insertions, 1 deletions
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 <stdio.h>
/* 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;