diff options
| author | 2009-07-25 03:26:39 +0200 | |
|---|---|---|
| committer | 2009-07-25 03:26:39 +0200 | |
| commit | 50be30047dbb0d38fd8d61763c13ec75d2b52543 (patch) | |
| tree | 87e021b478c6db6197294e4ef56c47cdad0f5992 /src/AFC.h | |
| parent | 1cfc2748d38eb97100cabced3b282108898099c2 (diff) | |
| download | libimobiledevice-50be30047dbb0d38fd8d61763c13ec75d2b52543.tar.gz libimobiledevice-50be30047dbb0d38fd8d61763c13ec75d2b52543.tar.bz2 | |
Update AFC API and use error codes from the STATUS operation response
Diffstat (limited to 'src/AFC.h')
| -rw-r--r-- | src/AFC.h | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -26,6 +26,8 @@ | |||
| 26 | #include <glib.h> | 26 | #include <glib.h> |
| 27 | #include <stdint.h> | 27 | #include <stdint.h> |
| 28 | 28 | ||
| 29 | #include "libiphone/afc.h" | ||
| 30 | |||
| 29 | #define AFC_MAGIC "CFA6LPAA" | 31 | #define AFC_MAGIC "CFA6LPAA" |
| 30 | #define AFC_MAGIC_LEN (8) | 32 | #define AFC_MAGIC_LEN (8) |
| 31 | 33 | ||
