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