~ubuntu-branches/ubuntu/lucid/libmtp/lucid

« back to all changes in this revision

Viewing changes to examples/trexist.c

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2009-12-14 22:32:10 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20091214223210-zky52cdx4pgmvmlq
Tags: 1.0.1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
int main (int argc, char **argv)
32
32
{
33
33
  LIBMTP_mtpdevice_t *device;
34
 
  u_int32_t id;
 
34
  uint32_t id;
35
35
  char *endptr;
36
36
  
37
37
  fprintf(stdout, "libmtp version: " LIBMTP_VERSION_STRING "\n\n");