Documentation/git-add: kill remaining <filepattern>
[git.git] / diff.h
diff --git a/diff.h b/diff.h
index a47bae48d5d14a321108aac3b3de3892587b264f..76830e28b42ab623ef9dc1d23c4b82b952fadd3a 100644 (file)
--- a/diff.h
+++ b/diff.h
@@ -174,6 +174,9 @@ const char *diff_get_color(int diff_use_color, enum color_diff ix);
        diff_get_color((o)->use_color, ix)
 
 
+const char *diff_line_prefix(struct diff_options *);
+
+
 extern const char mime_boundary_leader[];
 
 extern void diff_tree_setup_paths(const char **paths, struct diff_options *);