summaryrefslogtreecommitdiff
path: root/src/iopoll.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/iopoll.h')
-rw-r--r--src/iopoll.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iopoll.h b/src/iopoll.h
index 85935e960..00fc99836 100644
--- a/src/iopoll.h
+++ b/src/iopoll.h
@@ -1,6 +1,6 @@
#define IOPOLL_BROKEN_OUTPUT -2
#define IOPOLL_ERROR -3
-int iopoll (int fdin, int fdout);
+int iopoll (int fdin, int fdout, bool block);
bool iopoll_input_ok (int fdin);
bool iopoll_output_ok (int fdout);