summaryrefslogtreecommitdiff
path: root/src/xine-utils/ppcasm_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xine-utils/ppcasm_string.h')
-rw-r--r--src/xine-utils/ppcasm_string.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-utils/ppcasm_string.h b/src/xine-utils/ppcasm_string.h
index b4b3f9431..174162477 100644
--- a/src/xine-utils/ppcasm_string.h
+++ b/src/xine-utils/ppcasm_string.h
@@ -1,3 +1,3 @@
#include <stdlib.h>
-static void *ppcasm_cacheable_memcpy(void *, const void *, size_t);
-static void *ppcasm_memcpy(void *, const void *, size_t);
+void *ppcasm_cacheable_memcpy(void *, const void *, size_t);
+void *ppcasm_memcpy(void *, const void *, size_t);