add: convert to use parse_pathspec
[gitweb.git] / diff.h
diff --git a/diff.h b/diff.h
index 54c2590b4f81ed2cc370f1b8b16db8cd07ea9f64..d1bc9145ac8c23efa51af951552242620bad25ea 100644 (file)
--- a/diff.h
+++ b/diff.h
@@ -5,6 +5,7 @@
 #define DIFF_H
 
 #include "tree-walk.h"
+#include "pathspec.h"
 
 struct rev_info;
 struct diff_options;
@@ -174,6 +175,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 *);