X-Git-Url: http://git.pk910.de/?p=IOMultiplexer.git;a=blobdiff_plain;f=src%2FIOHandler.h;h=b0a6c6bc50c9e0e54c0981e45c25a4fb153a7bae;hp=208b854b79e52567b22c786a6806eaca922098b4;hb=0bfb874e21c8552b50d2736803567fd28cb29a58;hpb=233e55c4318a701ac90fc3f8fa339cd5ccfb35b5 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