summaryrefslogtreecommitdiffstats
path: root/src/afc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/afc.h')
-rw-r--r--src/afc.h4
1 files changed, 2 insertions, 2 deletions
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 <glib.h>
#include <stdint.h>
-#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;