From 6ac4ceb4c6ee63c279f4841381a3eb09598f3517 Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Mon, 25 Aug 2008 23:25:56 +0200 Subject: migrate main.c --- src/AFC.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'src/AFC.h') 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 { uint32 filehandle, blocks, size, type; }; -enum { - AFC_FILE_READ = 0x00000002, // seems to be able to read and write files - AFC_FILE_WRITE = 0x00000003, // writes and creates a file, blanks it out, etc. - AFC_FILE_RW = 0x00000005, // seems to do the same as 2. Might even create the file. - AFC_FILE_OP4 = 0x00000004, // no idea -- appears to be "write" -- clears file beforehand like 3 - AFC_FILE_OP6 = 0x00000006, // no idea yet -- appears to be the same as 5. - AFC_FILE_OP1 = 0x00000001, // no idea juuust yet... probably read. - AFC_FILE_OP0 = 0x00000000, - AFC_FILE_OP10 = 0x0000000a -}; + enum { AFC_ERROR = 0x00000001, -- cgit v1.1-32-gdbae