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

« back to all changes in this revision

Viewing changes to examples/albums.c

  • Committer: Bazaar Package Importer
  • Author(s): Savvas Radevic
  • Date: 2009-04-18 19:58:14 UTC
  • mto: (16.1.2 squeeze) (0.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: james.westby@ubuntu.com-20090418195814-o6h16rbqdbvlrw8s
Tags: upstream-0.3.7
ImportĀ upstreamĀ versionĀ 0.3.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 * Boston, MA 02111-1307, USA.
22
22
 */
23
23
#include "common.h"
 
24
#include <stdlib.h>
24
25
 
25
26
static void dump_albuminfo(LIBMTP_album_t *album)
26
27
{