summaryrefslogtreecommitdiffstats
path: root/src/AFC.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2009-07-06 19:38:00 +0200
committerGravatar Martin Szulecki2009-07-07 20:27:51 +0200
commitabb74bcae219c25cffb7e30db6a34c69dcd92f0a (patch)
tree0e7aa768e37550eca9388729e8605e43892322f5 /src/AFC.h
parentc9fd7ad7b49ed65ffae316ca19f54d54c5d6e320 (diff)
downloadlibimobiledevice-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.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/AFC.h b/src/AFC.h
index a9c33c3..5d337e5 100644
--- a/src/AFC.h
+++ b/src/AFC.h
@@ -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;