| Index: src/libmtp.h.in
|
| diff --git a/src/libmtp.h.in b/src/libmtp.h.in
|
| index 2b2f0bbc403ebc00a2b6aa819b85f31063a7545d..49edd3c30808742cec3c3e50996c9603b6b4960f 100644
|
| --- a/src/libmtp.h.in
|
| +++ b/src/libmtp.h.in
|
| @@ -924,6 +924,8 @@ int LIBMTP_Get_Representative_Sample(LIBMTP_mtpdevice_t *, uint32_t const,
|
| LIBMTP_filesampledata_t *);
|
| int LIBMTP_Get_Thumbnail(LIBMTP_mtpdevice_t *, uint32_t const,
|
| unsigned char **data, unsigned int *size);
|
| +int LIBMTP_Get_Thumbnail_Format(LIBMTP_mtpdevice_t *device, uint32_t const id,
|
| + uint16_t *format);
|
|
|
| /**
|
| * @}
|
|
|