expire-set.c revision 2e37d45867d081db150ab78dad303b9077aea24f
/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "array.h"
#include "imap-match.h"
#include "expire-set.h"
#include <stdlib.h>
struct expire_set {
};
{
struct expire_set *set;
struct imap_match_glob *glob;
const char *const *pattern;
}
return set;
}
{
}
{
struct imap_match_glob *const *globp;
return TRUE;
}
return FALSE;
}