DC_timeToCheckpoint is no longer part of the API

git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@443 a7169a2c-3604-0410-bc95-c702d8d87f7a
This commit is contained in:
gombasg 2006-04-10 12:46:48 +00:00 committed by Adam Visegradi
parent 0f3a2cec29
commit 4b719848dd
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@ void DC_destroyEvent(DC_Event *event)
// not impl.
}
#if 0
int DC_timeToCheckpoint(void)
{
time_t current;
@ -53,6 +54,7 @@ int DC_timeToCheckpoint(void)
return 1;
return 0;
}
#endif
void DC_checkpointMade(const char *fileName)
{