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 41b4d67..5827518 100644
--- a/src/AFC.h
+++ b/src/AFC.h
@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include "usbmux.h"
+#include "libiphone/libiphone.h"
#include "iphone.h"
#include <string.h>
@@ -47,7 +47,7 @@ typedef struct __AFCToken {
} AFCToken;
struct iphone_afc_client_int {
- iphone_umux_client_t connection;
+ int sfd;
AFCPacket *afc_packet;
int file_handle;
int lock;