| OLD | NEW |
| 1 Index: src/libmtp.c | 1 Index: src/libmtp.c |
| 2 =================================================================== | 2 =================================================================== |
| 3 --- src/libmtp.c (revision 167447) | 3 --- src/libmtp.c (revision 167447) |
| 4 +++ src/libmtp.c (working copy) | 4 +++ src/libmtp.c (working copy) |
| 5 @@ -4972,6 +4972,56 @@ | 5 @@ -4972,6 +4972,56 @@ |
| 6 } | 6 } |
| 7 | 7 |
| 8 /** | 8 /** |
| 9 + * This copies a chunk of a file off the device to memory. | 9 + * This copies a chunk of a file off the device to memory. |
| 10 + * @param device a pointer to the device to get the track from. | 10 + * @param device a pointer to the device to get the track from. |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 --- src/libmtp.sym (revision 167447) | 90 --- src/libmtp.sym (revision 167447) |
| 91 +++ src/libmtp.sym (working copy) | 91 +++ src/libmtp.sym (working copy) |
| 92 @@ -49,6 +49,7 @@ | 92 @@ -49,6 +49,7 @@ |
| 93 LIBMTP_Get_Filelisting_With_Callback | 93 LIBMTP_Get_Filelisting_With_Callback |
| 94 LIBMTP_Get_Files_And_Folders | 94 LIBMTP_Get_Files_And_Folders |
| 95 LIBMTP_Get_Filemetadata | 95 LIBMTP_Get_Filemetadata |
| 96 +LIBMTP_Get_File_Chunk | 96 +LIBMTP_Get_File_Chunk |
| 97 LIBMTP_Get_File_To_File | 97 LIBMTP_Get_File_To_File |
| 98 LIBMTP_Get_File_To_File_Descriptor | 98 LIBMTP_Get_File_To_File_Descriptor |
| 99 LIBMTP_Get_File_To_Handler | 99 LIBMTP_Get_File_To_Handler |
| OLD | NEW |