forgot to make Cache_ReadLock visible

This commit is contained in:
Bill Currie 2007-03-23 14:22:59 +00:00 committed by Jeff Teunissen
parent 407e362d1c
commit 7add93e3ce
1 changed files with 1 additions and 1 deletions

View File

@ -1077,7 +1077,7 @@ Cache_Release (cache_user_t *c)
CACHE_WRITE_UNLOCK;
}
int
VISIBLE int
Cache_ReadLock (cache_user_t *c)
{
return (((cache_system_t *)c->data) - 1)->readlock;