summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-09-26 07:48:57 +0000
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-09-26 07:48:57 +0000
commit3997b3928e1662126c26185248d3cc2d240ffaeb (patch)
tree2fed6f1eb7659cdba164b89948bae4e83d75da60 /src
parent4ebfc9be70f8c2fb7ba18c39180101678ef1ba76 (diff)
downloadxine-lib-3997b3928e1662126c26185248d3cc2d240ffaeb.tar.gz
xine-lib-3997b3928e1662126c26185248d3cc2d240ffaeb.tar.bz2
Forgot one symbol.
CVS patchset: 8291 CVS date: 2006/09/26 07:48:57
Diffstat (limited to 'src')
-rw-r--r--src/xine-utils/xineutils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-utils/xineutils.h b/src/xine-utils/xineutils.h
index c736e1c29..b4e3d1ff8 100644
--- a/src/xine-utils/xineutils.h
+++ b/src/xine-utils/xineutils.h
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xineutils.h,v 1.103 2006/09/26 05:48:16 dgp85 Exp $
+ * $Id: xineutils.h,v 1.104 2006/09/26 07:48:57 dgp85 Exp $
*
*/
#ifndef XINEUTILS_H
@@ -600,7 +600,7 @@ typedef union {
/* Optimized/fast memcpy */
-extern void *(* xine_fast_memcpy)(void *to, const void *from, size_t len);
+extern void *(* xine_fast_memcpy)(void *to, const void *from, size_t len) XINE_PROTECTED;
#ifdef HAVE_XINE_INTERNAL_H
/* Benchmark available memcpy methods */