7 lines
132 B
C
7 lines
132 B
C
#ifndef RB_BSDIFF_H
|
|
#define RB_BSDIFF_H
|
|
|
|
int bsdiff_files(const char *oldfile, const char *newfile, const char *patchfile);
|
|
|
|
#endif
|