about summary refs log tree commit diff
path: root/libevent/evsignal.h
diff options
context:
space:
mode:
authorRichard Nyberg <rnyberg@murmeldjur.se>2007-05-18 07:45:19 +0000
committerRichard Nyberg <rnyberg@murmeldjur.se>2007-05-18 07:45:19 +0000
commitb2fd196e128fd234e272b25267dca00c19ca0d74 (patch)
tree8f9f7b30bcea8d99cba93b773d68d4ebb83e9f20 /libevent/evsignal.h
parent564fe5afe1e690f39380cdb20695294c32c05b58 (diff)
downloadbtpd-b2fd196e128fd234e272b25267dca00c19ca0d74.tar.gz
btpd-b2fd196e128fd234e272b25267dca00c19ca0d74.zip
Update to libevent-1.3b.
Diffstat (limited to 'libevent/evsignal.h')
-rw-r--r--libevent/evsignal.h8
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_ */