summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5142db6)
raw | patch | inline | side by side (parent: 5142db6)
author | Rene Scharfe <rene.scharfe@lsrfire.ath.cx> | |
Sun, 2 Apr 2006 11:13:10 +0000 (13:13 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 2 Apr 2006 19:58:47 +0000 (12:58 -0700) |
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git.c | patch | blob | history | |
http-push.c | patch | blob | history |
index 72039c69cbd08dc70bd611765039883182472191..b4a1ef2bc85a79cd0d6f7c8fe3ed0eba9fd1f062 100644 (file)
--- a/git.c
+++ b/git.c
putchar('\n');
}
-static void list_common_cmds_help()
+static void list_common_cmds_help(void)
{
int i, longest = 0;
diff --git a/http-push.c b/http-push.c
index 21c5289cde14d1a91c691f263c35c498d7beeaea..ba7d9de234277c912a19bd0f2036466c2ab7f521 100644 (file)
--- a/http-push.c
+++ b/http-push.c
return rc;
}
-static void check_locks()
+static void check_locks(void)
{
struct remote_lock *lock = remote->locks;
time_t current_time = time(NULL);