X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=diffcore.h;h=f1b5ca748cae8d40f599552c3605080808da7803;hb=d154dcc8b62ff609a0a3b271e1665c53df5c06a5;hp=633d1ae5cf708cca4b907f0f032294f78d7bbe18;hpb=b30245c8e92ecaf8fb877189d7620a5a9a205120;p=git.git diff --git a/diffcore.h b/diffcore.h index 633d1ae5..f1b5ca74 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(struct diff_filespec *); +extern void diff_free_filespec_data(struct diff_filespec *); struct diff_filepair { struct diff_filespec *one;