diff: Introduce --diff-algorithm command line option
[gitweb.git] / diff.h
diff --git a/diff.h b/diff.h
index a47bae48d5d14a321108aac3b3de3892587b264f..54c2590b4f81ed2cc370f1b8b16db8cd07ea9f64 100644 (file)
--- a/diff.h
+++ b/diff.h
@@ -333,6 +333,8 @@ extern struct userdiff_driver *get_textconv(struct diff_filespec *one);
 
 extern int parse_rename_score(const char **cp_p);
 
+extern long parse_algorithm_value(const char *value);
+
 extern int print_stat_summary(FILE *fp, int files,
                              int insertions, int deletions);
 extern void setup_diff_pager(struct diff_options *);