summaryrefslogtreecommitdiff
path: root/src/include/cctki_Cache.h
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-04 10:18:16 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-04 10:18:16 +0000
commitba59f8b97b81c52e01ff3b5c5546b1ce1c2b189b (patch)
tree2800c4ead88b6f58b5d7c2f026319a646f21317c /src/include/cctki_Cache.h
parentfa72964bc5a6288c320743a77ad4cc2280940f2f (diff)
Added missing prototype
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1522 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctki_Cache.h')
-rw-r--r--src/include/cctki_Cache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/cctki_Cache.h b/src/include/cctki_Cache.h
index b38ed7e8..61015dbe 100644
--- a/src/include/cctki_Cache.h
+++ b/src/include/cctki_Cache.h
@@ -21,6 +21,8 @@ int Utili_CacheDataSet(unsigned long cacheline_bytes,
int Utili_CacheDataGet(unsigned long *cacheline_bytes,
unsigned long *cache_size);
+int CCTKi_SetupCache(void);
+
#ifdef __cplusplus
}
#endif