X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=diffcore.h;h=633d1ae5cf708cca4b907f0f032294f78d7bbe18;hb=c9d023b2a63ef233c63e1b8f95aabac74362719d;hp=f1b5ca748cae8d40f599552c3605080808da7803;hpb=f78c79c5d4486f47dcd69ea7fef93e84051d4496;p=git.git diff --git a/diffcore.h b/diffcore.h index f1b5ca74..633d1ae5 100644 --- a/diffcore.h +++ b/diffcore.h @@ -43,7 +43,7 @@ extern void fill_filespec(struct diff_filespec *, const unsigned char *, unsigned short); extern int diff_populate_filespec(struct diff_filespec *, int); -extern void diff_free_filespec_data(struct diff_filespec *); +extern void diff_free_filespec(struct diff_filespec *); struct diff_filepair { struct diff_filespec *one;