summaryrefslogtreecommitdiffstats
path: root/patcher.h
blob: fd9181584ba60613be3398cf0c2416c5e9a77301 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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