ioloop-notify-none.c revision dad206f8341603837b7de4309a7c195da26cf9aa
/* 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;
}
{
}
{
}
{
return -1;
}
#endif