Chromium Code Reviews| Index: src/libmtp.h |
| =================================================================== |
| --- src/libmtp.h (revision 293973) |
| +++ src/libmtp.h (working copy) |
| @@ -924,6 +924,8 @@ |
| 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); |
| /** |
| * @} |