summaryrefslogtreecommitdiff
path: root/Utility/libkqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'Utility/libkqueue.h')
-rw-r--r--Utility/libkqueue.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Utility/libkqueue.h b/Utility/libkqueue.h
index 75af9eeba..1a285b8da 100644
--- a/Utility/libkqueue.h
+++ b/Utility/libkqueue.h
@@ -1 +1,2 @@
-int waitchange(const int *fds);
+int init_kqueue(const int fdcnt, const int *fdlist);
+signed int waitchange_kqueue(const int kq);