[PATCH] diff-helper: Fix R/C score parsing under -z flag.
[gitweb.git] / diffcore.h
index 462014b652ea6f7c5a2b09a7b37dbf563a174c3f..60ee7756e3c10d98be3eb4edcffb945cb4519911 100644 (file)
@@ -33,7 +33,7 @@ extern struct diff_filespec *alloc_filespec(const char *);
 extern void fill_filespec(struct diff_filespec *, const unsigned char *,
                          unsigned short);
 
-extern int diff_populate_filespec(struct diff_filespec *);
+extern int diff_populate_filespec(struct diff_filespec *, int);
 extern void diff_free_filespec_data(struct diff_filespec *);
 
 struct diff_filepair {