From 96101a1231a4ddfeb40fd738a24e108a3a904048 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 28 Jan 2010 22:18:41 +0100 Subject: Global renames due to project rename to libimobiledevice --- src/afc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/afc.h') diff --git a/src/afc.h b/src/afc.h index f8a5da3..ad518f6 100644 --- a/src/afc.h +++ b/src/afc.h @@ -26,7 +26,7 @@ #include #include -#include "libiphone/afc.h" +#include "libimobiledevice/afc.h" #define AFC_MAGIC "CFA6LPAA" #define AFC_MAGIC_LEN (8) @@ -58,7 +58,7 @@ typedef struct __AFCToken { } AFCToken; struct afc_client_int { - iphone_connection_t connection; + idevice_connection_t connection; AFCPacket *afc_packet; int file_handle; int lock; -- cgit v1.1-32-gdbae