summaryrefslogtreecommitdiff
path: root/src/ptp.h
diff options
context:
space:
mode:
authorLinus Walleij <triad@df.lth.se>2007-10-31 08:54:56 +0000
committerLinus Walleij <triad@df.lth.se>2007-10-31 08:54:56 +0000
commita6d0d48af232c8fe818a3a071a1a364ed3e739d1 (patch)
treed98be9f746c7d1844c449e967aefc4a259c6d2cf /src/ptp.h
parent0b89a7ebbcf49eb377647814e3821cd73b4b5c64 (diff)
downloadlibmtp-a6d0d48af232c8fe818a3a071a1a364ed3e739d1.tar.gz
Another Nokia
Diffstat (limited to 'src/ptp.h')
-rw-r--r--src/ptp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ptp.h b/src/ptp.h
index 6e2baf2..91d0ae3 100644
--- a/src/ptp.h
+++ b/src/ptp.h
@@ -1754,6 +1754,12 @@ ptp_render_property_value(PTPParams* params, uint16_t dpc,
int ptp_render_ofc(PTPParams* params, uint16_t ofc, int spaceleft, char *txt);
int ptp_render_opcode(PTPParams* params, uint16_t opcode, int spaceleft, char *txt);
int ptp_render_mtp_propname(uint16_t propid, int spaceleft, char *txt);
+MTPProperties *ptp_get_new_object_prop_entry(MTPProperties **props, int *nrofprops);
+void ptp_destroy_object_prop(MTPProperties *prop);
+void ptp_destroy_object_prop_list(MTPProperties *props, int nrofprops);
+MTPProperties *ptp_find_object_prop_in_cache(PTPParams *params, uint32_t const handle, uint32_t const attribute_id);
+void ptp_remove_object_from_cache(PTPParams *params, uint32_t handle);
+uint16_t ptp_add_object_to_cache(PTPParams *params, uint32_t handle);
/* ptpip.c */
void ptp_nikon_getptpipguid (unsigned char* guid);