summaryrefslogtreecommitdiff
path: root/src/iopoll.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/iopoll.h')
-rw-r--r--src/iopoll.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/iopoll.h b/src/iopoll.h
index f57e3a33d..85935e960 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);
-bool iopoll_input_ok(int fdin);
-bool iopoll_output_ok(int fdout);
+int iopoll (int fdin, int fdout);
+bool iopoll_input_ok (int fdin);
+bool iopoll_output_ok (int fdout);