Fix warnings in compilation of regress.c.

svn:r1281
This commit is contained in:
Nick Mathewson 2009-05-12 18:27:34 +00:00
parent 23967f73a2
commit a276fa5155

View File

@ -822,7 +822,7 @@ out:
return;
}
void
static void
signal_cb_swp(int sig, short event, void *arg)
{
called++;
@ -831,7 +831,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) {