diff options
author | Nikias Bassen | 2009-07-06 19:38:00 +0200 |
---|---|---|
committer | Matt Colyer | 2009-07-18 10:39:41 -0700 |
commit | 4105af17e9f2df5405afa6a74a02a304ed6bacff (patch) | |
tree | daf79b623def5a66810466842197f3bc696c8c28 /src/AFC.h | |
parent | 6de08b1e12946b85a595f82c1c04391d70d8b828 (diff) | |
download | libimobiledevice-4105af17e9f2df5405afa6a74a02a304ed6bacff.tar.gz libimobiledevice-4105af17e9f2df5405afa6a74a02a304ed6bacff.tar.bz2 |
API cleanup for AFC
Diffstat (limited to 'src/AFC.h')
-rw-r--r-- | src/AFC.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -19,9 +19,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "libiphone/libiphone.h" -#include "iphone.h" - #include <string.h> #include <stdio.h> #include <stdlib.h> @@ -46,7 +43,7 @@ typedef struct __AFCToken { char *token; } AFCToken; -struct iphone_afc_client_int { +struct afc_client_int { int sfd; AFCPacket *afc_packet; int file_handle; |