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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rbutil/ipodpatcher/ipodpatcher.h b/rbutil/ipodpatcher/ipodpatcher.h
index d816c68724..0d9222268f 100644
--- a/rbutil/ipodpatcher/ipodpatcher.h
+++ b/rbutil/ipodpatcher/ipodpatcher.h
@@ -47,6 +47,8 @@ int list_images(struct ipod_t* ipod);
47int getmodel(struct ipod_t* ipod, int ipod_version); 47int getmodel(struct ipod_t* ipod, int ipod_version);
48int ipod_scan(struct ipod_t* ipod); 48int ipod_scan(struct ipod_t* ipod);
49int write_dos_partition_table(struct ipod_t* ipod); 49int write_dos_partition_table(struct ipod_t* ipod);
50int read_aupd(struct ipod_t* ipod, char* filename);
51int write_aupd(struct ipod_t* ipod, char* filename);
50off_t filesize(int fd); 52off_t filesize(int fd);
51 53
52#endif 54#endif