git-annex/Utility/libkqueue.h

3 lines
97 B
C
Raw Normal View History

int init_kqueue(const int fdcnt, const int *fdlist);
signed int waitchange_kqueue(const int kq);