message-part.c revision 5199b576507dab5a82100e450920899ea21b3e43
/* Copyright (c) 2014-2015 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "message-part.h"
static const struct message_part *
{
return part;
}
const struct message_part *part,
unsigned int *n)
{
const struct message_part *p;
if (p == part)
return TRUE;
*n += 1;
return TRUE;
}
return FALSE;
}
{
const struct message_part *root;
unsigned int n = 0;
i_unreached();
return n;
}
static struct message_part *
unsigned int idx)
{
}
return part;
}
struct message_part *
{
}