Skip to content

Commit

Permalink
declare ux2sqPath prototype because it's used elsewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-cellier-aka-nice committed Nov 17, 2016
1 parent 87cf968 commit 5fe682d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platforms/Mac OS/plugins/FilePlugin/sqMacUnixFileInterface.h
Expand Up @@ -14,4 +14,5 @@ extern UInt32 gCurrentVMEncoding;
OSErr squeakFindImage(char *pathName);
OSErr getFSRef(char *pathString,FSRef *theFSRef,CFStringEncoding encoding);
void PathToFileViaFSRef(char *pathName, int pathNameMax, FSRef *theFSRef,CFStringEncoding encoding);
OSErr getFInfoViaFSRef(FSRef *theFSRef, FInfo *finderInfo);
OSErr getFInfoViaFSRef(FSRef *theFSRef, FInfo *finderInfo);
int ux2sqPath(char *from, int fromLen, char *to, int toLen, int term);

0 comments on commit 5fe682d

Please sign in to comment.