diff options
Diffstat (limited to 'src/AFC.h')
| -rw-r--r-- | src/AFC.h | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -82,6 +82,7 @@ enum { | |||
| 82 | AFC_OP_SET_FS_BS = 0x00000019, // SetFSBlockSize (0x800000) | 82 | AFC_OP_SET_FS_BS = 0x00000019, // SetFSBlockSize (0x800000) |
| 83 | AFC_OP_SET_SOCKET_BS = 0x0000001A, // SetSocketBlockSize (0x800000) | 83 | AFC_OP_SET_SOCKET_BS = 0x0000001A, // SetSocketBlockSize (0x800000) |
| 84 | AFC_OP_FILE_LOCK = 0x0000001B, // FileRefLock | 84 | AFC_OP_FILE_LOCK = 0x0000001B, // FileRefLock |
| 85 | AFC_OP_MAKE_LINK = 0x0000001C // MakeLink | 85 | AFC_OP_MAKE_LINK = 0x0000001C, // MakeLink |
| 86 | AFC_OP_SET_FILE_TIME = 0x0000001E // set st_mtime | ||
| 86 | }; | 87 | }; |
| 87 | 88 | ||
