X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=cache.h;h=da73fb37c3a6f970cef49b0d3877f6e48b9af304;hb=6ead3972f54e290b255b9c5379a2f9a35ec9f847;hp=b5db01f28d9ac09fe016e1146e0e2b014373d0e9;hpb=f8f135c9bae74f846a92e1f1f1fea8308802ace5;p=git.git diff --git a/cache.h b/cache.h index b5db01f2..da73fb37 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;