* WIP: mu_index_cleanup

This commit is contained in:
Dirk-Jan C. Binnema
2010-01-03 13:41:32 +02:00
parent a36ba0420b
commit 0dd884f3b8
2 changed files with 17 additions and 12 deletions

View File

@ -282,16 +282,10 @@ mu_index_stats (MuIndex *index, const char* path,
}
MuResult
mu_index_cleanup (MuIndex *index, MuIndexStats *stats,
MuIndexMsgCallback msg_cb,
MuIndexDirCallback dir_cb, void *user_data)
MuResult mu_index_cleanup (MuIndex *index, MuIndexStats *result,
MuIndexCleanupDeleteCallback cb,
void *user_data)
{
if (stats)
memset (stats, 0, sizeof(MuIndexStats));
/* FIXME: implement this */
return MU_OK;
}