fix testsuite problems

This commit is contained in:
josch
2014-11-05 13:21:51 +01:00
parent f281b4233d
commit 254aaa6033
3 changed files with 10 additions and 6 deletions

View File

@@ -21,7 +21,7 @@
#include <stdio.h>
int xdelta3_diff(FILE *old, FILE *new, FILE *diff);
int xdelta3_patch(FILE *old, FILE *diff, FILE *new);
int xdelta3_diff(FILE * old, FILE * new, FILE * diff);
int xdelta3_patch(FILE * old, FILE * diff, FILE * new);
#endif