Index: src/libmtp.h |
diff --git a/src/libmtp.h b/src/libmtp.h |
index 33fac41a7027f703fd2f02d95b4cfc7d0e477196..8177b748682c8c8abbdebe2869825bac18633eba 100644 |
--- a/src/libmtp.h |
+++ b/src/libmtp.h |
@@ -875,6 +875,10 @@ LIBMTP_file_t *LIBMTP_Get_Filelisting_With_Callback(LIBMTP_mtpdevice_t *, |
LIBMTP_file_t * LIBMTP_Get_Files_And_Folders(LIBMTP_mtpdevice_t *, |
uint32_t const, |
uint32_t const); |
+int LIBMTP_Get_Children(LIBMTP_mtpdevice_t *, |
+ uint32_t const, |
+ uint32_t const, |
+ uint32_t**); |
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*); |