Fix sparse warnings about non-ANSI function prototypes

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Rene Scharfe
2006-04-02 13:13:10 +02:00
committed by Junio C Hamano
parent 5142db6912
commit ec26b4d6b0
2 changed files with 2 additions and 2 deletions

View File

@@ -622,7 +622,7 @@ static int refresh_lock(struct remote_lock *lock)
return rc;
}
static void check_locks()
static void check_locks(void)
{
struct remote_lock *lock = remote->locks;
time_t current_time = time(NULL);