~ubuntu-branches/ubuntu/karmic/photoprint/karmic

« back to all changes in this revision

Viewing changes to util.h

  • Committer: Bazaar Package Importer
  • Author(s): Milan Zamazal
  • Date: 2007-05-01 16:32:13 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070501163213-ni1933khtg9fdvn5
Tags: 0.3.5-2
Move to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
char *BuildAbsoluteFilename(const char *fname);
16
16
char *SerialiseFilename(const char *fname,int serialno,int max=0);
17
17
int TestHostName(char *str,char **hostname,int *port);
 
18
bool CompareFiles(const char *fn1,const char *fn2);
18
19
 
19
20
#endif