| Index: src/libmtp.h
|
| ===================================================================
|
| --- src/libmtp.h (revision 167447)
|
| +++ src/libmtp.h (working copy)
|
| @@ -876,6 +876,8 @@
|
| uint32_t const,
|
| uint32_t const);
|
| LIBMTP_file_t *LIBMTP_Get_Filemetadata(LIBMTP_mtpdevice_t *, uint32_t const);
|
| +int LIBMTP_Get_File_Chunk(LIBMTP_mtpdevice_t*, uint32_t, uint32_t, uint32_t,
|
| + unsigned char**, uint32_t*);
|
| int LIBMTP_Get_File_To_File(LIBMTP_mtpdevice_t*, uint32_t, char const * const,
|
| LIBMTP_progressfunc_t const, void const * const);
|
| int LIBMTP_Get_File_To_File_Descriptor(LIBMTP_mtpdevice_t*,
|
|
|