]> granicus.if.org Git - curl/commitdiff
add back most likely acciedently removed function name justtimeout to fix autobuild...
authorGunter Knauf <gk@gknw.de>
Thu, 9 Apr 2009 02:46:56 +0000 (02:46 +0000)
committerGunter Knauf <gk@gknw.de>
Thu, 9 Apr 2009 02:46:56 +0000 (02:46 +0000)
tests/server/tftpd.c

index 0e82f5ff3adca9dda065010c83b5ed1ee82b9e30..f64f5daf44f24bb1dd5dd67cd44756f778be4fc5 100644 (file)
@@ -761,7 +761,7 @@ static void timer(int signum)
 #endif
 }
 
-static void (int signum)
+static void justtimeout(int signum)
 {
   (void)signum;
 }