ioloop-notify-none.c revision 8b2bcc21bd7ab7936559bd2e6bb310075e5d0d08
/* Copyright (C) 2003 Timo Sirainen */
#include "lib.h"
#include "ioloop-internal.h"
#ifdef IOLOOP_NOTIFY_NONE
void *context __attr_unused__)
{
return NULL;
}
{
}
{
}
#endif