blob: 943f30579f52e6a892dab566b34957d4b3ffed3a (
plain)
1
2
3
4
5
6
7
8
9
|
/* Copyright (c) 2019 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "event-exporter.h"
void event_export_transport_drop(const struct exporter *exporter ATTR_UNUSED,
const buffer_t *buf ATTR_UNUSED)
{
}
|