do not filter access levels if not wanted (show database errors)
[NeonServV5.git] / src / IOHandler.h
index 208b854b79e52567b22c786a6806eaca922098b4..ea7b44396a6d8ea481338f63286e18a5021a982b 100644 (file)
@@ -16,6 +16,7 @@
  */
 #ifndef _IOHandler_h
 #define _IOHandler_h
+#include "../config.h" /* configure script autogenerated */
 #include <stddef.h>
 #include <sys/time.h> /* 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