summaryrefslogtreecommitdiffstats
path: root/patcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'patcher.h')
-rw-r--r--patcher.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/patcher.h b/patcher.h
new file mode 100644
index 0000000..fd91815
--- /dev/null
+++ b/patcher.h
@@ -0,0 +1,14 @@
+/**
+ * patcher.h
+ */
+
+#ifndef __PATCHER_H__
+#define __PATCHER_H__
+
+#include <stdio.h>
+#include "types.h"
+
+int trucha_sign_ticket(u8 *ticket, u32 ticket_len);
+int change_region_code(FILE *f, u32 tmd_len);
+
+#endif