diff options
author | Nikias Bassen | 2010-01-28 22:18:41 +0100 |
---|---|---|
committer | Martin Szulecki | 2010-01-29 02:16:00 +0100 |
commit | 96101a1231a4ddfeb40fd738a24e108a3a904048 (patch) | |
tree | 65a8f54354d9acbbba93dac2c8602d07e469482c /src/afc.h | |
parent | 45b88ae3956de089fdc35605910f1359a1d3961c (diff) | |
download | libimobiledevice-96101a1231a4ddfeb40fd738a24e108a3a904048.tar.gz libimobiledevice-96101a1231a4ddfeb40fd738a24e108a3a904048.tar.bz2 |
Global renames due to project rename to libimobiledevice
Diffstat (limited to 'src/afc.h')
-rw-r--r-- | src/afc.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |