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 1a285b8da..692b47f14 100644
--- a/Utility/libkqueue.h
+++ b/Utility/libkqueue.h
@@ -1,2 +1,3 @@
-int init_kqueue(const int fdcnt, const int *fdlist);
+int init_kqueue();
+void addfds_kqueue(const int kq, const int fdcnt, const int *fdlist);
signed int waitchange_kqueue(const int kq);