Minor tweaks for consistency

This commit is contained in:
Andy McFadden 2015-01-09 11:52:56 -08:00
parent 5a5d8993d3
commit 506e278e34
1 changed files with 3 additions and 3 deletions

View File

@ -596,12 +596,12 @@ typedef struct NuSelectionProposal {
*/ */
typedef struct NuPathnameProposal { typedef struct NuPathnameProposal {
const UNICHAR* pathnameUNI; const UNICHAR* pathnameUNI;
char filenameSeparator; UNICHAR filenameSeparator;
const NuRecord* pRecord; const NuRecord* pRecord;
const NuThread* pThread; const NuThread* pThread;
const UNICHAR* newPathnameUNI; const UNICHAR* newPathnameUNI;
uint8_t newFilenameSeparator; UNICHAR newFilenameSeparator;
/*NuThreadID newStorage;*/ /*NuThreadID newStorage;*/
NuDataSink* newDataSink; NuDataSink* newDataSink;
} NuPathnameProposal; } NuPathnameProposal;
@ -792,7 +792,7 @@ NUFXLIB_API NuError NuAddFile(NuArchive* pArchive, const UNICHAR* pathnameUNI,
const NuFileDetails* pFileDetails, short fromRsrcFork, const NuFileDetails* pFileDetails, short fromRsrcFork,
NuRecordIdx* pRecordIdx); NuRecordIdx* pRecordIdx);
NUFXLIB_API NuError NuRename(NuArchive* pArchive, NuRecordIdx recordIdx, NUFXLIB_API NuError NuRename(NuArchive* pArchive, NuRecordIdx recordIdx,
const char* pathnameMOR, UNICHAR fssep); const char* pathnameMOR, char fssep);
NUFXLIB_API NuError NuSetRecordAttr(NuArchive* pArchive, NuRecordIdx recordIdx, NUFXLIB_API NuError NuSetRecordAttr(NuArchive* pArchive, NuRecordIdx recordIdx,
const NuRecordAttr* pRecordAttr); const NuRecordAttr* pRecordAttr);
NUFXLIB_API NuError NuUpdatePresizedThread(NuArchive* pArchive, NUFXLIB_API NuError NuUpdatePresizedThread(NuArchive* pArchive,