~ubuntu-branches/ubuntu/maverick/libmtp/maverick

« back to all changes in this revision

Viewing changes to examples/trexist.c

  • Committer: Bazaar Package Importer
  • Author(s): Mario Danic
  • Date: 2007-08-14 19:40:57 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070814194057-ddu0qqhw6aw9ww6e
Tags: 0.2.1-0ubuntu1
* New upstream release
* ABI bump to 6
* debian/rules: Adapt upstream udev rules file to our kernel

  Thanks to Flávio Martins for testing!

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
  u_int32_t id;
33
33
  char *endptr;
34
34
  
 
35
  fprintf(stdout, "libmtp version: " LIBMTP_VERSION_STRING "\n\n");
 
36
 
35
37
  // We need track ID 
36
38
  if ( argc != 2 ) {
37
39
    usage();