diff options
author | Joey Hess <joey@kitenet.net> | 2012-06-19 01:56:36 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-19 01:57:19 -0400 |
commit | fd3e94593224fe0e656c7bb1dc117db057575f4e (patch) | |
tree | 9c057f49af55e1994533f82e199eecae2abfea87 /Utility/libkqueue.h | |
parent | 03b9341356c8d4eabfec5864957a4e49e7fcac67 (diff) |
fix prototype
Diffstat (limited to 'Utility/libkqueue.h')
-rw-r--r-- | Utility/libkqueue.h | 3 |
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); |