summaryrefslogtreecommitdiff
path: root/rbutil/ipodpatcher/ipodpatcher.h
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-07-27 20:51:36 +0000
committerDave Chapman <dave@dchapman.com>2007-07-27 20:51:36 +0000
commit35735c66e00df7951df57e81792f9fdd4823d34e (patch)
tree6e9db387d3b4be87bf31053f4920685cb52f05e2 /rbutil/ipodpatcher/ipodpatcher.h
parent018d55599571d118ef682f81c3fc7ab2f4534b40 (diff)
downloadrockbox-35735c66e00df7951df57e81792f9fdd4823d34e.tar.gz
rockbox-35735c66e00df7951df57e81792f9fdd4823d34e.zip
Initial attempt at a --convert option to convert HFS formatted ipods (Macpods) to FAT32 format. This needs testing (as well as the existing --format feature) before adding as an option in the interactive mode and fully documenting.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14030 a1c6a512-1295-4272-9138-f99709370657
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 2339687318..d816c68724 100644
--- a/rbutil/ipodpatcher/ipodpatcher.h
+++ b/rbutil/ipodpatcher/ipodpatcher.h
@@ -46,6 +46,7 @@ int read_directory(struct ipod_t* ipod);
46int list_images(struct ipod_t* ipod); 46int 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);
49off_t filesize(int fd); 50off_t filesize(int fd);
50 51
51#endif 52#endif