~peter-pearse/ubuntu/natty/zip/prop001

« back to all changes in this revision

Viewing changes to os2/os2zip.h

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2005-03-23 20:12:12 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050323201212-jzsk2g6kn8v49mwp
Tags: 2.31-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
int IsFileSystemFAT(char *dir);
77
77
void ChangeNameForFAT(char *name);
78
78
 
79
 
char *GetLongNameEA(char *name);
80
 
char *GetLongPathEA(char *name);
 
79
char *GetLongNameEA(const char *name);
 
80
char *GetLongPathEA(const char *name);
81
81
void GetEAs(char *name, char **bufptr, size_t *size,
82
82
                        char **cbufptr, size_t *csize);
83
83