From 44efbc65af9c9e696e3d76041a2a8c7ea4ac0af3 Mon Sep 17 00:00:00 2001 From: Zach C Date: Thu, 23 Oct 2008 20:03:15 -0700 Subject: Exposes AFC file handle. --- src/AFC.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/AFC.h') 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); -- cgit v1.1-32-gdbae