/* Copyright (c) 2017-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "stats-event-category.h"
struct event_category *parent)
{
/* Create a temporary event to register the category. A bit slower
than necessary, but this code won't be called often. */
event_unref(&event);
}
void stats_event_categories_init(void)
{
}
void stats_event_categories_deinit(void)
{
}