Ahh, the heady days of 0.99 patchfiles
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index 35e0ad7e0e0d6b58e0316ae52214509c99fdc89a..73e05dcd8b1445e650f0628768242f10b8dabd24 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -224,6 +224,8 @@ void datestamp(char *buf, int bufsize);
 
 extern int setup_ident(void);
 extern char *get_ident(const char *name, const char *email, const char *date_str);
+extern char *git_author_info(void);
+extern char *git_committer_info(void);
 
 static inline void *xmalloc(size_t size)
 {