Oops, fc-lang broke when I added cache referencing.

Add FcCacheObjectReference/FcCacheObjectDereference stubs to fc-cache.
This commit is contained in:
Keith Packard 2006-09-04 22:39:51 -07:00
parent 17389539a0
commit afe5a67160
1 changed files with 10 additions and 0 deletions

View File

@ -48,6 +48,16 @@ FcMemFree (int kind, int size)
{
}
FcPrivate void
FcCacheObjectReference (void *object)
{
}
FcPrivate void
FcCacheObjectDereference (void *object)
{
}
int FcDebugVal;
FcChar8 *