staticize some functions

This commit is contained in:
Hiltjo Posthuma
2015-03-07 13:33:39 +01:00
parent 4092196fdc
commit 0c17cd0fb3
5 changed files with 7 additions and 7 deletions

View File

@@ -44,7 +44,7 @@ touch(const char *file)
touch(file);
}
time_t
static time_t
parsetime(char *str, time_t current)
{
struct tm *cur, t;