diff-parseopt: convert --[src|dst]-prefix
[gitweb.git] / diff.h
diff --git a/diff.h b/diff.h
index 8abe1649d031dffbd66a22e54aa248dca25ce1aa..d9ad73f0e171e325240ff67f3351245547ca1858 100644 (file)
--- a/diff.h
+++ b/diff.h
@@ -15,6 +15,7 @@ struct diff_filespec;
 struct diff_options;
 struct diff_queue_struct;
 struct oid_array;
+struct option;
 struct repository;
 struct rev_info;
 struct strbuf;
@@ -229,6 +230,7 @@ struct diff_options {
        unsigned color_moved_ws_handling;
 
        struct repository *repo;
+       struct option *parseopts;
 };
 
 void diff_emit_submodule_del(struct diff_options *o, const char *line);