Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 198 → Rev 199

/trunk/telegraphics_common/tt/choosefile.h
49,7 → 49,7
OSType tlist[], StringPtr extlist[],Boolean *premult);
 
Boolean choosefiletypes(StringPtr prompt,StandardFileReply *sfr,NavReplyRecord *reply,
OSType types[],int ntypes,char *lpstrFilter
OSType types[],int ntypes,const char *lpstrFilter
#ifdef _WIN32
,HWND hwndOwner
#endif /* _WIN32 */
56,7 → 56,7
);
 
Boolean choosefile(StringPtr prompt,StandardFileReply *sfr,
NavReplyRecord *reply,OSType type,char *lpstrFilter
NavReplyRecord *reply,OSType type,const char *lpstrFilter
#ifdef _WIN32
,HWND hwndOwner
#endif /* _WIN32 */
76,7 → 76,7
 
Boolean putfile(StringPtr prompt,StringPtr fname,OSType fileType,OSType fileCreator,
NavReplyRecord *reply,StandardFileReply *sfr,
char *lpstrDefExt,char *lpstrFilter,int nFilterIndex
char *lpstrDefExt, const char *lpstrFilter,int nFilterIndex
#ifdef _WIN32
,HWND hwndOwner
#endif /* _WIN32 */
84,7 → 84,7
OSErr completesave(NavReplyRecord *reply);
 
Boolean choosefile_sf(StringPtr prompt,StandardFileReply *sfr,NavReplyRecord *reply,
OSType type,char *lpstrFilter);
OSType type,const char *lpstrFilter);
Boolean putfile_sf(StringPtr prompt,StringPtr fname,
OSType fileType,OSType fileCreator,
NavReplyRecord *reply,StandardFileReply *sfr);
93,7 → 93,7
Boolean customchoosefile_nav(FSSpec *fss,ScriptCode *script,
OSType tlist[], StringPtr extlist[],Boolean *premult);
Boolean choosefile_nav(StringPtr prompt,StandardFileReply *sfr,NavReplyRecord *reply,
OSType type,char *lpstrFilter);
OSType type,const char *lpstrFilter);
Boolean putfile_nav(StringPtr prompt,StringPtr fname,
OSType fileType,OSType fileCreator,
NavReplyRecord *reply,StandardFileReply *sfr);