summaryrefslogtreecommitdiffstats
path: root/src/AFC.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2009-03-08 11:57:58 -0700
committerGravatar Matt Colyer2009-03-08 11:59:02 -0700
commit927a6d3d437ca4532f8e9e906089b3a24542ebd3 (patch)
treeb98d85db19727387c3e8aff2968b1e6919ad63bc /src/AFC.h
parentaab730841f6bf9fe93383649c2e1e25cea3818a8 (diff)
downloadlibimobiledevice-927a6d3d437ca4532f8e9e906089b3a24542ebd3.tar.gz
libimobiledevice-927a6d3d437ca4532f8e9e906089b3a24542ebd3.tar.bz2
Adds the iphone_afc_truncate function and fixes a small log_debug issue.
Signed-off-by: Matt Colyer <matt@colyer.name>
Diffstat (limited to 'src/AFC.h')
-rw-r--r--src/AFC.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/AFC.h b/src/AFC.h
index 463c13e..de4e071 100644
--- a/src/AFC.h
+++ b/src/AFC.h
@@ -63,6 +63,7 @@ enum {
AFC_LIST_DIR = 0x00000003,
AFC_MAKE_DIR = 0x00000009,
AFC_DELETE = 0x00000008,
+ AFC_TRUNCATE = 0x00000007,
AFC_RENAME = 0x00000018,
AFC_SUCCESS_RESPONSE = 0x00000002,
AFC_FILE_OPEN = 0x0000000d,