123456789101112131415161718192021222324252627282930313233343536373839 |
- #ifndef KQUEUE_INTERNAL_H_INCLUDED_
- #define KQUEUE_INTERNAL_H_INCLUDED_
- int event_kq_notify_base_(struct event_base *base)
- int event_kq_add_notify_event_(struct event_base *base)
- #endif
|