[PATCH] fetch.c: Remove useless lookup_object_type() call in process()
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index 7f209794ba8a6734d130a014e7c7d10dae781989..e589918320f35970711c2a3609f54739a9269168 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -242,7 +242,7 @@ extern void *read_object_with_reference(const unsigned char *sha1,
                                        unsigned char *sha1_ret);
 
 const char *show_date(unsigned long time, int timezone);
-void parse_date(const char *date, char *buf, int bufsize);
+int parse_date(const char *date, char *buf, int bufsize);
 void datestamp(char *buf, int bufsize);
 
 extern int setup_ident(void);