aboutsummaryrefslogtreecommitdiff
path: root/src/libmtp.h.in
diff options
context:
space:
mode:
authoralistair_boyle <alistair_boyle>2008-11-17 14:38:19 +0000
committeralistair_boyle <alistair_boyle>2008-11-17 14:38:19 +0000
commit5e5fcb7a1c0824c3fcdc156852b75f446178264a (patch)
tree81f81599bd21de2a8166e3a2b5753e5e2f530528 /src/libmtp.h.in
parente2a23e943931d773550965391a5b0aef8092d72d (diff)
downloadlibmtp-5e5fcb7a1c0824c3fcdc156852b75f446178264a.tar.gz
Version bump to 3.4.5.
Changed LIBMTP_Update_Playlist metadata from const * const to * const, since Samsung playlist updates can't promise that the playlist ID will remain unchanged due to the inability to modify files in place.
Diffstat (limited to 'src/libmtp.h.in')
-rw-r--r--src/libmtp.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmtp.h.in b/src/libmtp.h.in
index 087bc11..55682a1 100644
--- a/src/libmtp.h.in
+++ b/src/libmtp.h.in
@@ -578,7 +578,7 @@ void LIBMTP_destroy_playlist_t(LIBMTP_playlist_t *);
LIBMTP_playlist_t *LIBMTP_Get_Playlist_List(LIBMTP_mtpdevice_t *);
LIBMTP_playlist_t *LIBMTP_Get_Playlist(LIBMTP_mtpdevice_t *, uint32_t const);
int LIBMTP_Create_New_Playlist(LIBMTP_mtpdevice_t *, LIBMTP_playlist_t * const);
-int LIBMTP_Update_Playlist(LIBMTP_mtpdevice_t *, LIBMTP_playlist_t const * const);
+int LIBMTP_Update_Playlist(LIBMTP_mtpdevice_t *, LIBMTP_playlist_t * const);
int LIBMTP_Set_Playlist_Name(LIBMTP_mtpdevice_t *, LIBMTP_playlist_t *, const char *);
/**