Fix warnings on compile: make static functions static.

svn:r1037
This commit is contained in:
Nick Mathewson 2009-01-22 17:48:16 +00:00
parent fe72c885d9
commit dc1526e0da

View File

@ -864,7 +864,7 @@ out:
return; return;
} }
void static void
signal_cb_swp(int sig, short event, void *arg) signal_cb_swp(int sig, short event, void *arg)
{ {
called++; called++;
@ -873,7 +873,7 @@ signal_cb_swp(int sig, short event, void *arg)
else else
event_loopexit(NULL); event_loopexit(NULL);
} }
void static void
timeout_cb_swp(int fd, short event, void *arg) timeout_cb_swp(int fd, short event, void *arg)
{ {
if (called == -1) { if (called == -1) {