sdbox-sync-file.c revision 5caa362b47a47226ad7fe4e8fa32b37afe7cd39f
/* Copyright (c) 2007-2010 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "array.h"
#include "istream.h"
#include "ostream.h"
#include "str.h"
#include "hex-binary.h"
#include "sdbox-storage.h"
#include "sdbox-file.h"
#include "sdbox-sync.h"
#include <stdlib.h>
static void
enum sdbox_sync_entry_type type)
{
bool deleted;
/* move the file. if it fails, nothing broke so
don't worry about it. */
}
}
static void
const struct sdbox_sync_file_entry *entry)
{
}
const struct sdbox_sync_file_entry *entry)
{
int ret = 1;
if (dbox_file_unlink(file) >= 0) {
ret = 1;
}
break;
break;
}
return ret;
}