From a7f55c01ae632147f667efbbfdaaa509e2be01ed Mon Sep 17 00:00:00 2001 From: allen Date: Tue, 25 Jan 2000 10:05:56 +0000 Subject: CCTK function name changes git-svn-id: http://svn.cactuscode.org/flesh/trunk@1297 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/include/cctki_Cache.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/cctki_Cache.h') diff --git a/src/include/cctki_Cache.h b/src/include/cctki_Cache.h index c924f3bf..b38ed7e8 100644 --- a/src/include/cctki_Cache.h +++ b/src/include/cctki_Cache.h @@ -15,10 +15,10 @@ extern "C" { #endif -int CCTKi_CacheDataSet(unsigned long cacheline_bytes, +int Utili_CacheDataSet(unsigned long cacheline_bytes, unsigned long cache_size); -int CCTKi_CacheDataGet(unsigned long *cacheline_bytes, +int Utili_CacheDataGet(unsigned long *cacheline_bytes, unsigned long *cache_size); #ifdef __cplusplus -- cgit v1.2.3