add back most likely acciedently removed function name justtimeout to fix autobuild breaks.

This commit is contained in:
Gunter Knauf 2009-04-09 02:46:56 +00:00
parent 63fad159e8
commit 2b96c3f5ce
1 changed files with 1 additions and 1 deletions

View File

@ -761,7 +761,7 @@ static void timer(int signum)
#endif
}
static void (int signum)
static void justtimeout(int signum)
{
(void)signum;
}