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

« back to all changes in this revision

Viewing changes to examples/pathutils.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:
22
22
#define PATHUTILS_H_INCLUSION_GUARD
23
23
int parse_path (char *, LIBMTP_file_t *, LIBMTP_folder_t *);
24
24
LIBMTP_filetype_t find_filetype (const char *);
25
 
int progress (u_int64_t const, u_int64_t const, void const * const); 
 
25
int progress (const uint64_t, const uint64_t, void const * const); 
26
26
#ifndef HAVE_LIBGEN_H
27
27
char *basename(char *in);
28
28
#endif