summaryrefslogtreecommitdiffstats
path: root/src/AFC.h
diff options
context:
space:
mode:
authorGravatar Zach C2008-10-23 20:03:15 -0700
committerGravatar Matt Colyer2008-10-23 20:03:15 -0700
commit44efbc65af9c9e696e3d76041a2a8c7ea4ac0af3 (patch)
tree8ea41883207693371bddfd4a73c2d4740d77be67 /src/AFC.h
parentb8a485ee5b176c068e212dde3c9c3ffbf9d433f3 (diff)
downloadlibimobiledevice-44efbc65af9c9e696e3d76041a2a8c7ea4ac0af3.tar.gz
libimobiledevice-44efbc65af9c9e696e3d76041a2a8c7ea4ac0af3.tar.bz2
Exposes AFC file handle.
Diffstat (limited to 'src/AFC.h')
-rw-r--r--src/AFC.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/AFC.h b/src/AFC.h
index b52d693..f05d831 100644
--- a/src/AFC.h
+++ b/src/AFC.h
@@ -71,3 +71,5 @@ enum {
AFC_READ = 0x0000000f,
AFC_WRITE = 0x00000010
};
+
+uint32 iphone_afc_get_file_handle(iphone_afc_file_t file);