1 /* Prototypes for functions defined in
5 BOOL
InitLRU(globaldata
*, UWORD
);
6 void DeallocLRU(globaldata
*);
8 struct cachedblock
* AllocLRU(globaldata
* );
10 void FlushBlock(struct cachedblock
* , globaldata
* );
12 void UpdateReference(ULONG
, struct cdirblock
* , globaldata
* );
14 void UpdateLE(listentry_t
* , globaldata
* );
16 void UpdateLE_exa(lockentry_t
* , globaldata
* );
18 struct cachedblock
* CheckCache(struct MinList
* , UWORD
, ULONG
, globaldata
* );
20 void ResToBeFreed(ULONG blocknr
, globaldata
*g
);