Merge part of 'js/fmt-patch' for RFC2822 dates into 'sp/reflog'
[git.git] / cache.h
diff --git a/cache.h b/cache.h
index 2386b95..f01ca43 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -252,6 +252,7 @@ extern void *read_object_with_reference(const unsigned char *sha1,
                                        unsigned char *sha1_ret);
 
 const char *show_date(unsigned long time, int timezone);
+const char *show_rfc2822_date(unsigned long time, int timezone);
 int parse_date(const char *date, char *buf, int bufsize);
 void datestamp(char *buf, int bufsize);
 unsigned long approxidate(const char *);