ioloop-notify-none.c revision f6845101f2d6b8068e352a0b5a0d4bb04e20ad74
/* Copyright (c) 2003-2015 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "ioloop-private.h"
#ifdef IOLOOP_NOTIFY_NONE
enum io_notify_result
unsigned int source_linenum ATTR_UNUSED,
{
return IO_NOTIFY_NOSUPPORT;
}
{
}
{
}
#endif