diff options
Diffstat (limited to 'third_party/libevent/evsignal.h')
-rw-r--r-- | third_party/libevent/evsignal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libevent/evsignal.h b/third_party/libevent/evsignal.h index 8be9cbd..076cd8d 100644 --- a/third_party/libevent/evsignal.h +++ b/third_party/libevent/evsignal.h @@ -43,7 +43,7 @@ struct evsignal_info { #endif int sh_old_max; }; -void evsignal_init(struct event_base *); +int evsignal_init(struct event_base *); void evsignal_process(struct event_base *); int evsignal_add(struct event *); int evsignal_del(struct event *); |