diff options
| author | 2009-07-07 17:58:48 +0200 | |
|---|---|---|
| committer | 2009-07-07 17:58:48 +0200 | |
| commit | c9fd7ad7b49ed65ffae316ca19f54d54c5d6e320 (patch) | |
| tree | b6da02e07209829f9d17f572829978535ab3671b /src/AFC.h | |
| parent | b9ded23b93310b52843a18c07c176536e44445b5 (diff) | |
| parent | 6de08b1e12946b85a595f82c1c04391d70d8b828 (diff) | |
| download | libimobiledevice-c9fd7ad7b49ed65ffae316ca19f54d54c5d6e320.tar.gz libimobiledevice-c9fd7ad7b49ed65ffae316ca19f54d54c5d6e320.tar.bz2 | |
Merge branch 'master' of git://github.com/MattColyer/libiphone into martin
Diffstat (limited to 'src/AFC.h')
| -rw-r--r-- | src/AFC.h | 11 |
1 files changed, 0 insertions, 11 deletions
| @@ -55,16 +55,6 @@ struct iphone_afc_client_int { | |||
| 55 | GMutex *mutex; | 55 | GMutex *mutex; |
| 56 | }; | 56 | }; |
| 57 | 57 | ||
| 58 | struct iphone_afc_file_int { | ||
| 59 | uint32_t filehandle; | ||
| 60 | uint32_t blocks; | ||
| 61 | off_t size; | ||
| 62 | uint32_t mode; | ||
| 63 | uint32_t nlink; | ||
| 64 | }; | ||
| 65 | |||
| 66 | |||
| 67 | |||
| 68 | enum { | 58 | enum { |
| 69 | AFC_ERROR = 0x00000001, | 59 | AFC_ERROR = 0x00000001, |
| 70 | AFC_SUCCESS_RESPONSE = 0x00000002, | 60 | AFC_SUCCESS_RESPONSE = 0x00000002, |
| @@ -96,5 +86,4 @@ enum { | |||
| 96 | AFC_MAKE_LINK = 0x0000001C // MakeLink | 86 | AFC_MAKE_LINK = 0x0000001C // MakeLink |
| 97 | }; | 87 | }; |
| 98 | 88 | ||
| 99 | uint32_t iphone_afc_get_file_handle(iphone_afc_file_t file); | ||
| 100 | static int afcerror_to_errno(int afcerror); | 89 | static int afcerror_to_errno(int afcerror); |
