Prototype for lgWriteComplete was incorrect.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@697 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -25,9 +25,10 @@
|
||||
|
||||
#include "flaimsys.h"
|
||||
|
||||
FSTATIC void lgWriteComplete(
|
||||
IF_IOBuffer * pIOBuffer);
|
||||
|
||||
FSTATIC void FLMAPI lgWriteComplete(
|
||||
IF_IOBuffer * pIOBuffer,
|
||||
void * pvData);
|
||||
|
||||
#ifdef FLM_DBG_LOG
|
||||
/****************************************************************************
|
||||
Desc: This routine is used to write out information about logged blocks to
|
||||
|
||||
Reference in New Issue
Block a user