mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
make event_init should return struct event_base *
svn:r481
This commit is contained in:
parent
81802bf98c
commit
a527151846
2
event.c
2
event.c
@ -160,7 +160,7 @@ gettime(struct timeval *tp)
|
||||
return (gettimeofday(tp, NULL));
|
||||
}
|
||||
|
||||
void *
|
||||
struct event_base *
|
||||
event_init(void)
|
||||
{
|
||||
int i;
|
||||
|
Loading…
x
Reference in New Issue
Block a user