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.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/rbutil/bspatch/bspatch.h b/rbutil/bspatch/bspatch.h
new file mode 100644
index 0000000000..666b460647
--- /dev/null
+++ b/rbutil/bspatch/bspatch.h
@@ -0,0 +1,10 @@
1/*
2 * Simple wrapper for the bspatch entry point.
3 */
4
5#ifndef _BSPATCH_H
6#define _BSPATCH_H
7
8int apply_bspatch(const char *infile, const char *outfile, const char *patchfile);
9
10#endif /* _BSPATCH_H */