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:
dsandersoremutah
2006-07-20 22:33:27 +00:00
parent c909d28cbe
commit 1fef39b6d1

View File

@@ -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);