~ubuntu-branches/ubuntu/precise/libmtp/precise-proposed

« back to all changes in this revision

Viewing changes to src/playlist-spl.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2009-12-14 22:32:10 UTC
  • mto: (16.1.3 sid) (0.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: james.westby@ubuntu.com-20091214223210-vekc5340wzmz54bw
Tags: upstream-1.0.1
ImportĀ upstreamĀ versionĀ 1.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
int playlist_t_to_spl(LIBMTP_mtpdevice_t *device,
31
31
                      LIBMTP_playlist_t * const metadata);
32
32
int update_spl_playlist(LIBMTP_mtpdevice_t *device,
33
 
                          LIBMTP_playlist_t * const new);
 
33
                          LIBMTP_playlist_t * const newlist);
34
34
 
35
35
#endif //__MTP__PLAYLIST_SPL__H