summaryrefslogtreecommitdiffstats
path: root/src/AFC.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/AFC.h')
-rw-r--r--src/AFC.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/AFC.h b/src/AFC.h
index 60cb22a..7271dfa 100644
--- a/src/AFC.h
+++ b/src/AFC.h
@@ -52,16 +52,7 @@ struct iphone_afc_file_int {
52 uint32 filehandle, blocks, size, type; 52 uint32 filehandle, blocks, size, type;
53}; 53};
54 54
55enum { 55
56 AFC_FILE_READ = 0x00000002, // seems to be able to read and write files
57 AFC_FILE_WRITE = 0x00000003, // writes and creates a file, blanks it out, etc.
58 AFC_FILE_RW = 0x00000005, // seems to do the same as 2. Might even create the file.
59 AFC_FILE_OP4 = 0x00000004, // no idea -- appears to be "write" -- clears file beforehand like 3
60 AFC_FILE_OP6 = 0x00000006, // no idea yet -- appears to be the same as 5.
61 AFC_FILE_OP1 = 0x00000001, // no idea juuust yet... probably read.
62 AFC_FILE_OP0 = 0x00000000,
63 AFC_FILE_OP10 = 0x0000000a
64};
65 56
66enum { 57enum {
67 AFC_ERROR = 0x00000001, 58 AFC_ERROR = 0x00000001,