X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2FIOHandler.h;h=ea7b44396a6d8ea481338f63286e18a5021a982b;hp=23c411c688a968c9c12102e60bdc378f5af7f6a2;hb=8ce78bf760720d04385821abba8f888b5de03140;hpb=3ed0a4b0f4ce4dc94ae52dcbd2a18770083241ce diff --git a/src/IOHandler.h b/src/IOHandler.h index 23c411c..ea7b443 100644 --- a/src/IOHandler.h +++ b/src/IOHandler.h @@ -118,5 +118,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