diff options
| author | Richard Nyberg <rnyberg@murmeldjur.se> | 2007-05-18 07:45:19 +0000 |
|---|---|---|
| committer | Richard Nyberg <rnyberg@murmeldjur.se> | 2007-05-18 07:45:19 +0000 |
| commit | b2fd196e128fd234e272b25267dca00c19ca0d74 (patch) | |
| tree | 8f9f7b30bcea8d99cba93b773d68d4ebb83e9f20 /libevent/evsignal.h | |
| parent | 564fe5afe1e690f39380cdb20695294c32c05b58 (diff) | |
| download | btpd-b2fd196e128fd234e272b25267dca00c19ca0d74.tar.gz btpd-b2fd196e128fd234e272b25267dca00c19ca0d74.zip | |
Update to libevent-1.3b.
Diffstat (limited to 'libevent/evsignal.h')
| -rw-r--r-- | libevent/evsignal.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/libevent/evsignal.h b/libevent/evsignal.h index 8de27a5..5b92bd6 100644 --- a/libevent/evsignal.h +++ b/libevent/evsignal.h @@ -27,11 +27,9 @@ #ifndef _EVSIGNAL_H_ #define _EVSIGNAL_H_ -void evsignal_init(sigset_t *); +void evsignal_init(void); void evsignal_process(void); -int evsignal_recalc(sigset_t *); -int evsignal_deliver(sigset_t *); -int evsignal_add(sigset_t *, struct event *); -int evsignal_del(sigset_t *, struct event *); +int evsignal_add(struct event *); +int evsignal_del(struct event *); #endif /* _EVSIGNAL_H_ */ |