X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2FIOHandler.h;h=b0a6c6bc50c9e0e54c0981e45c25a4fb153a7bae;hb=0bfb874e21c8552b50d2736803567fd28cb29a58;hp=208b854b79e52567b22c786a6806eaca922098b4;hpb=59659c9123e0b56c34f5fa9281566f574365deb5;p=NeonServV5.git diff --git a/src/IOHandler.h b/src/IOHandler.h index 208b854..b0a6c6b 100644 --- a/src/IOHandler.h +++ b/src/IOHandler.h @@ -117,5 +117,6 @@ void iohandler_update(struct IODescriptor *iofd); void iohandler_set_timeout(struct IODescriptor *iofd, struct timeval *timeout); void iohandler_poll(); +void iohandler_poll_timeout(struct timeval timeout); #endif