X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2FIOHandler.h;h=ea7b44396a6d8ea481338f63286e18a5021a982b;hb=54ef844b721b720e9cc81dc4737c299a0e84cb59;hp=208b854b79e52567b22c786a6806eaca922098b4;hpb=d80ff9e6b878be4f29854f4fe99f59efeb5e6e10;p=NeonServV5.git diff --git a/src/IOHandler.h b/src/IOHandler.h index 208b854..ea7b443 100644 --- a/src/IOHandler.h +++ b/src/IOHandler.h @@ -16,6 +16,7 @@ */ #ifndef _IOHandler_h #define _IOHandler_h +#include "../config.h" /* configure script autogenerated */ #include #include /* struct timeval */ @@ -117,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