aboutsummaryrefslogtreecommitdiff
path: root/patch.h
diff options
context:
space:
mode:
Diffstat (limited to 'patch.h')
-rw-r--r--patch.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/patch.h b/patch.h
new file mode 100644
index 0000000..47d2aad
--- /dev/null
+++ b/patch.h
@@ -0,0 +1,7 @@
+#ifndef PATCH_H
+#define PATCH_H
+
+int patch(const void *in, size_t in_size,
+ const uint8_t *patch, size_t patch_size,
+ void **out, size_t *out_size);
+#endif