dsync-data.c revision 16aef418492cb8d18c5196fd573a487177a9cab2
/* Copyright (c) 2009-2010 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "array.h"
#include "hex-binary.h"
#include "sha1.h"
#include "dsync-data.h"
struct dsync_mailbox *
{
struct dsync_mailbox *dest;
unsigned int i, count = 0;
if (count > 0) {
for (i = 0; i < count; i++) {
}
}
return dest;
}
struct dsync_message *
{
struct dsync_message *dest;
const char **keywords;
unsigned int i, count;
for (i = 0; i < count; i++)
}
return dest;
}
const struct dsync_mailbox *box2)
{
}
struct dsync_mailbox *const *box2)
{
}
const struct dsync_mailbox *box2)
{
}
struct dsync_mailbox *const *box2)
{
}
{
unsigned int i;
for (i = 0;; i++) {
return FALSE;
return FALSE;
}
}
const mailbox_guid_t *guid2)
{
}
{
}
{
}
unsigned int dest_len)
{
return "";
return guid_128_buf.data;
}
{
unsigned char sha[SHA1_RESULTLEN];
}