clone: add a period after "done" to end the sentence
[gitweb.git] / diff.h
diff --git a/diff.h b/diff.h
index b8df245ad91a801a71f311369891d8f2c6c51000..44092c2176468257644a19f787038a1ff3033eaa 100644 (file)
--- a/diff.h
+++ b/diff.h
@@ -104,12 +104,15 @@ enum diff_words_type {
 };
 
 struct diff_options {
-       const char *filter;
        const char *orderfile;
        const char *pickaxe;
        const char *single_follow;
        const char *a_prefix, *b_prefix;
        unsigned flags;
+
+       /* diff-filter bits */
+       unsigned int filter;
+
        int use_color;
        int context;
        int interhunkcontext;
@@ -337,6 +340,8 @@ extern int parse_rename_score(const char **cp_p);
 
 extern long parse_algorithm_value(const char *value);
 
+extern void handle_deprecated_show_diff_q(struct diff_options *);
+
 extern int print_stat_summary(FILE *fp, int files,
                              int insertions, int deletions);
 extern void setup_diff_pager(struct diff_options *);