X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=cache.h;h=9f4adf5c3f960eb1c86e3381f28738edf674c325;hb=589e4f93c7fc31d73da3d0764c71d939c9332442;hp=c255421ab96f1ca3ba1913e84d377ada003d04db;hpb=2fb4a21074cdd62ecdbb1fd491f743483275e2a4;p=git.git diff --git a/cache.h b/cache.h index c255421a..9f4adf5c 100644 --- 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;