summaryrefslogtreecommitdiff
path: root/rbutil/ipodpatcher/ipodpatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/ipodpatcher/ipodpatcher.h')
-rw-r--r--rbutil/ipodpatcher/ipodpatcher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rbutil/ipodpatcher/ipodpatcher.h b/rbutil/ipodpatcher/ipodpatcher.h
index 30a1b1e9fd..dc3f100520 100644
--- a/rbutil/ipodpatcher/ipodpatcher.h
+++ b/rbutil/ipodpatcher/ipodpatcher.h
@@ -69,6 +69,7 @@ void ipod_get_ramsize(struct ipod_t* ipod);
69int read_aupd(struct ipod_t* ipod, char* filename); 69int read_aupd(struct ipod_t* ipod, char* filename);
70int write_aupd(struct ipod_t* ipod, char* filename); 70int write_aupd(struct ipod_t* ipod, char* filename);
71off_t filesize(int fd); 71off_t filesize(int fd);
72int ipod_has_bootloader(struct ipod_t* ipod);
72 73
73#ifdef __cplusplus 74#ifdef __cplusplus
74} 75}