diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2001-10-20 22:21:18 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2001-10-20 22:21:18 +0000 |
commit | 9813284b8994e87505472857f5dacd903d4e234f (patch) | |
tree | d0a71ba4e09a6bbaa18e4ac7a78f41a871a52b88 | |
parent | 4c9f9727a0a48d2672d7915a11a2e5da99458b49 (diff) | |
download | xine-lib-9813284b8994e87505472857f5dacd903d4e234f.tar.gz xine-lib-9813284b8994e87505472857f5dacd903d4e234f.tar.bz2 |
fix prototype
CVS patchset: 845
CVS date: 2001/10/20 22:21:18
-rw-r--r-- | src/xine-engine/memcpy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-engine/memcpy.h b/src/xine-engine/memcpy.h index 68a5dd991..c3383460d 100644 --- a/src/xine-engine/memcpy.h +++ b/src/xine-engine/memcpy.h @@ -27,5 +27,5 @@ extern void *(* fast_memcpy)(void *to, const void *from, size_t len); /* benchmark available memcpy methods */ -void probe_fast_memcpy(xine_t *this); +void probe_fast_memcpy(config_values_t *config); #endif |