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 bb80ba3758..3fbb83ca9e 100644
--- a/rbutil/ipodpatcher/ipodpatcher.h
+++ b/rbutil/ipodpatcher/ipodpatcher.h
@@ -54,6 +54,8 @@ int list_images(struct ipod_t* ipod);
54int getmodel(struct ipod_t* ipod, int ipod_version); 54int getmodel(struct ipod_t* ipod, int ipod_version);
55int ipod_scan(struct ipod_t* ipod); 55int ipod_scan(struct ipod_t* ipod);
56int write_dos_partition_table(struct ipod_t* ipod); 56int write_dos_partition_table(struct ipod_t* ipod);
57int ipod_get_xmlinfo(struct ipod_t* ipod);
58void ipod_get_ramsize(struct ipod_t* ipod);
57int read_aupd(struct ipod_t* ipod, char* filename); 59int read_aupd(struct ipod_t* ipod, char* filename);
58int write_aupd(struct ipod_t* ipod, char* filename); 60int write_aupd(struct ipod_t* ipod, char* filename);
59off_t filesize(int fd); 61off_t filesize(int fd);