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, 1 insertions, 1 deletions
diff --git a/rbutil/ipodpatcher/ipodpatcher.h b/rbutil/ipodpatcher/ipodpatcher.h
index 01f5a1bb26..6f0498a4e0 100644
--- a/rbutil/ipodpatcher/ipodpatcher.h
+++ b/rbutil/ipodpatcher/ipodpatcher.h
@@ -40,7 +40,7 @@ extern int ipod_verbose;
40 #define FILETYPE_INTERNAL 2 40 #define FILETYPE_INTERNAL 2
41#endif 41#endif
42 42
43char* get_parttype(int pt); 43char* get_parttype(unsigned int pt);
44int read_partinfo(struct ipod_t* ipod, int silent); 44int read_partinfo(struct ipod_t* ipod, int silent);
45int read_partition(struct ipod_t* ipod, int outfile); 45int read_partition(struct ipod_t* ipod, int outfile);
46int write_partition(struct ipod_t* ipod, int infile); 46int write_partition(struct ipod_t* ipod, int infile);