aboutsummaryrefslogtreecommitdiff
path: root/src/libmtp.h.in
diff options
context:
space:
mode:
authorLinus Walleij <triad@df.lth.se>2008-01-27 14:55:31 +0000
committerLinus Walleij <triad@df.lth.se>2008-01-27 14:55:31 +0000
commitde8193f2764e50b148d65b8ac0ad8e8a2aa403b5 (patch)
tree218cf087ce0e4ff19457a5530e4244b6e1699e40 /src/libmtp.h.in
parent00411ee9b513aa7f9028b7ed46863ae9e07a4d6a (diff)
downloadlibmtp-de8193f2764e50b148d65b8ac0ad8e8a2aa403b5.tar.gz
New commands from Florent Martens.
Diffstat (limited to 'src/libmtp.h.in')
-rw-r--r--src/libmtp.h.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/libmtp.h.in b/src/libmtp.h.in
index 516d031..e9a08e1 100644
--- a/src/libmtp.h.in
+++ b/src/libmtp.h.in
@@ -4,7 +4,8 @@
*
* Copyright (C) 2005-2007 Linus Walleij <triad@df.lth.se>
* Copyright (C) 2005-2008 Richard A. Low <richard@wentnet.com>
- * Copyright (C) 2007 Ted Bullock
+ * Copyright (C) 2007 Ted Bullock <tbullock@canada.com>
+ * Copyright (C) 2008 Florent Mertens <flomertens@gmail.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -486,6 +487,8 @@ int LIBMTP_Update_Album(LIBMTP_mtpdevice_t *, LIBMTP_album_t const * const);
* @{
*/
int LIBMTP_Delete_Object(LIBMTP_mtpdevice_t *, uint32_t);
+int LIBMTP_Set_Object_Filename(LIBMTP_mtpdevice_t *, uint32_t , char *);
+int LIBMTP_Set_Object_Parent(LIBMTP_mtpdevice_t *,uint32_t, LIBMTP_folder_t *);
/** @} */