summaryrefslogtreecommitdiff
path: root/rbutil/bspatch/bspatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/bspatch/bspatch.h')
-rw-r--r--rbutil/bspatch/bspatch.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/rbutil/bspatch/bspatch.h b/rbutil/bspatch/bspatch.h
index 666b460647..46edd5db0c 100644
--- a/rbutil/bspatch/bspatch.h
+++ b/rbutil/bspatch/bspatch.h
@@ -5,6 +5,15 @@
5#ifndef _BSPATCH_H 5#ifndef _BSPATCH_H
6#define _BSPATCH_H 6#define _BSPATCH_H
7 7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
8int apply_bspatch(const char *infile, const char *outfile, const char *patchfile); 12int apply_bspatch(const char *infile, const char *outfile, const char *patchfile);
9 13
14#ifdef __cplusplus
15}
16#endif
17
18
10#endif /* _BSPATCH_H */ 19#endif /* _BSPATCH_H */