dtscreen: convert K&R prototypes to ansi C

This commit is contained in:
Peter Howkins
2015-01-14 15:06:33 +00:00
parent 5c8f66a07d
commit d53a979639
14 changed files with 56 additions and 137 deletions

View File

@@ -62,7 +62,7 @@ usleep(unsigned long usec)
* This is used to control rate and timeout in many of the animations.
*/
long
seconds()
seconds(void)
{
struct timeval now;