summaryrefslogtreecommitdiff
blob: 43878a6f97a458fb8d6a154f4443a76c72a3fe3a (plain)
1
2
3
4
5
6
7
bool charIsValid9660(char theChar);
bool charIsValidJoliet(char theChar);
unsigned hashString(const char *str, unsigned int length);
int mangleDir(const BkDir* origDir, DirToWrite* newDir, int filenameTypes);
void mangleNameFor9660(const char* origName, char* newName, bool isADir);
void mangleNameForJoliet(const char* origName, char* newName, bool appendHash);
void shortenNameFor9660(const char* origName, char* newName);