Prototype for scaWriteComplete was incorrect.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@691 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -33,9 +33,10 @@ FSTATIC void ScaNotify(
|
||||
F_CachedBlock * pUseSCache,
|
||||
RCODE NotifyRc);
|
||||
|
||||
FSTATIC void scaWriteComplete(
|
||||
IF_IOBuffer * pIOBuffer);
|
||||
|
||||
FSTATIC void FLMAPI scaWriteComplete(
|
||||
IF_IOBuffer * pIOBuffer,
|
||||
void * pvData);
|
||||
|
||||
#ifdef SCACHE_LINK_CHECKING
|
||||
FSTATIC void scaVerify(
|
||||
int iPlace);
|
||||
|
||||
Reference in New Issue
Block a user