]> asedeno.scripts.mit.edu Git - git.git/blobdiff - diffcore.h
Merge branch 'maint'
[git.git] / diffcore.h
index dcab7e20bf6922a17f93ab268376d57765a8c6b8..eb618b1ec00113dabcd5231f141f82e1cdfdca46 100644 (file)
@@ -27,6 +27,7 @@ struct diff_filespec {
        char *path;
        void *data;
        void *cnt_data;
+       const char *funcname_pattern_ident;
        unsigned long size;
        int xfrm_flags;          /* for use by the xfrm */
        unsigned short mode;     /* file mode */
@@ -47,6 +48,7 @@ extern void fill_filespec(struct diff_filespec *, const unsigned char *,
 
 extern int diff_populate_filespec(struct diff_filespec *, int);
 extern void diff_free_filespec_data(struct diff_filespec *);
+extern void diff_free_filespec_blob(struct diff_filespec *);
 extern int diff_filespec_is_binary(struct diff_filespec *);
 
 struct diff_filepair {