diff options
| author | 2009-05-24 00:25:03 +0200 | |
|---|---|---|
| committer | 2009-05-24 00:25:03 +0200 | |
| commit | 36ea32e0064f33d6a285684c3069f4d75bbac7a8 (patch) | |
| tree | 039291b47e954fe8529f52e1fc71f7e924761a6a /src/MobileSync.h | |
| parent | 46f8d46845355e6a33a6dcb97ba11d4c4cab62eb (diff) | |
| parent | 435f5feb4b5c501db52743a170908687d3ba6f60 (diff) | |
| download | libimobiledevice-36ea32e0064f33d6a285684c3069f4d75bbac7a8.tar.gz libimobiledevice-36ea32e0064f33d6a285684c3069f4d75bbac7a8.tar.bz2 | |
Merge branch 'master' of git://github.com/MattColyer/libiphone into martin
Conflicts:
src/Makefile.am
Diffstat (limited to 'src/MobileSync.h')
| -rw-r--r-- | src/MobileSync.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/MobileSync.h b/src/MobileSync.h index 7655b59..495e702 100644 --- a/src/MobileSync.h +++ b/src/MobileSync.h | |||
| @@ -21,7 +21,6 @@ | |||
| 21 | #ifndef MOBILESYNC_H | 21 | #ifndef MOBILESYNC_H |
| 22 | #define MOBILESYNC_H | 22 | #define MOBILESYNC_H |
| 23 | 23 | ||
| 24 | #include "usbmux.h" | ||
| 25 | #include "iphone.h" | 24 | #include "iphone.h" |
| 26 | #include "utils.h" | 25 | #include "utils.h" |
| 27 | 26 | ||
| @@ -30,7 +29,7 @@ | |||
| 30 | 29 | ||
| 31 | 30 | ||
| 32 | struct iphone_msync_client_int { | 31 | struct iphone_msync_client_int { |
| 33 | iphone_umux_client_t connection; | 32 | int sfd; |
| 34 | }; | 33 | }; |
| 35 | 34 | ||
| 36 | 35 | ||
