7 lines
131 B
C
7 lines
131 B
C
#ifndef BS_PATCH_H
|
|
#define BS_PATCH_H
|
|
|
|
int bspatch_files(const char *oldfile, const char *newfile, const char *patchfile);
|
|
|
|
#endif
|