summaryrefslogtreecommitdiff
path: root/src/ptp.h
diff options
context:
space:
mode:
authorLinus Walleij <triad@df.lth.se>2012-04-26 00:19:38 +0200
committerLinus Walleij <triad@df.lth.se>2012-04-26 00:19:38 +0200
commit58cf5d6ba528a6d29f813bf288f0d4057918a867 (patch)
tree3edb9c598f0cd1e2412b5ff161116d88bfbb2709 /src/ptp.h
parentcd8aa4deb5505a3eaad06a5ecec933bcc4cf8b47 (diff)
downloadlibmtp-58cf5d6ba528a6d29f813bf288f0d4057918a867.tar.gz
Sync in upstream PTP
Signed-off-by: Linus Walleij <triad@df.lth.se>
Diffstat (limited to 'src/ptp.h')
-rw-r--r--src/ptp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ptp.h b/src/ptp.h
index 513807e..66295be 100644
--- a/src/ptp.h
+++ b/src/ptp.h
@@ -2332,6 +2332,7 @@ uint16_t ptp_mtp_setobjectpropvalue (PTPParams* params, uint32_t oid, uint16_t o
uint16_t ptp_mtp_getobjectreferences (PTPParams* params, uint32_t handle, uint32_t** ohArray, uint32_t* arraylen);
uint16_t ptp_mtp_setobjectreferences (PTPParams* params, uint32_t handle, uint32_t* ohArray, uint32_t arraylen);
uint16_t ptp_mtp_getobjectproplist (PTPParams* params, uint32_t handle, MTPProperties **props, int *nrofprops);
+uint16_t ptp_mtp_getobjectproplist_single (PTPParams* params, uint32_t handle, MTPProperties **props, int *nrofprops);
uint16_t ptp_mtp_sendobjectproplist (PTPParams* params, uint32_t* store, uint32_t* parenthandle, uint32_t* handle,
uint16_t objecttype, uint64_t objectsize, MTPProperties *props, int nrofprops);
uint16_t ptp_mtp_setobjectproplist (PTPParams* params, MTPProperties *props, int nrofprops);