Delay "empty ident" errors until they really matter.
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index c255421ab96f1ca3ba1913e84d377ada003d04db..9f4adf5c3f960eb1c86e3381f28738edf674c325 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -246,8 +246,8 @@ void datestamp(char *buf, int bufsize);
 unsigned long approxidate(const char *);
 
 extern int setup_ident(void);
-extern const char *git_author_info(void);
-extern const char *git_committer_info(void);
+extern const char *git_author_info(int);
+extern const char *git_committer_info(int);
 
 struct checkout {
        const char *base_dir;