diff options
| author | 2009-07-06 19:38:00 +0200 | |
|---|---|---|
| committer | 2009-07-07 20:27:51 +0200 | |
| commit | abb74bcae219c25cffb7e30db6a34c69dcd92f0a (patch) | |
| tree | 0e7aa768e37550eca9388729e8605e43892322f5 /src/AFC.h | |
| parent | c9fd7ad7b49ed65ffae316ca19f54d54c5d6e320 (diff) | |
| download | libimobiledevice-abb74bcae219c25cffb7e30db6a34c69dcd92f0a.tar.gz libimobiledevice-abb74bcae219c25cffb7e30db6a34c69dcd92f0a.tar.bz2 | |
API cleanup for AFC
Signed-off-by: Martin Szulecki <opensuse@sukimashita.com>
Diffstat (limited to 'src/AFC.h')
| -rw-r--r-- | src/AFC.h | 5 |
1 files changed, 1 insertions, 4 deletions
| @@ -19,9 +19,6 @@ | |||
| 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 20 | */ | 20 | */ |
| 21 | 21 | ||
| 22 | #include "libiphone/libiphone.h" | ||
| 23 | #include "iphone.h" | ||
| 24 | |||
| 25 | #include <string.h> | 22 | #include <string.h> |
| 26 | #include <stdio.h> | 23 | #include <stdio.h> |
| 27 | #include <stdlib.h> | 24 | #include <stdlib.h> |
| @@ -46,7 +43,7 @@ typedef struct __AFCToken { | |||
| 46 | char *token; | 43 | char *token; |
| 47 | } AFCToken; | 44 | } AFCToken; |
| 48 | 45 | ||
| 49 | struct iphone_afc_client_int { | 46 | struct afc_client_int { |
| 50 | int sfd; | 47 | int sfd; |
| 51 | AFCPacket *afc_packet; | 48 | AFCPacket *afc_packet; |
| 52 | int file_handle; | 49 | int file_handle; |
