mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-08 20:07:56 -04:00
Fix warnings on compile: make static functions static.
svn:r1037
This commit is contained in:
parent
fe72c885d9
commit
dc1526e0da
@ -864,7 +864,7 @@ out:
|
||||
return;
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
signal_cb_swp(int sig, short event, void *arg)
|
||||
{
|
||||
called++;
|
||||
@ -873,7 +873,7 @@ signal_cb_swp(int sig, short event, void *arg)
|
||||
else
|
||||
event_loopexit(NULL);
|
||||
}
|
||||
void
|
||||
static void
|
||||
timeout_cb_swp(int fd, short event, void *arg)
|
||||
{
|
||||
if (called == -1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user