Subversion Repositories filter_foundry

Rev

Rev 268 | Rev 439 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 268 Rev 371
Line 42... Line 42...
42
        typedef struct NavReplyRecord {
42
        typedef struct NavReplyRecord {
43
                ScriptCode keyScript;
43
                ScriptCode keyScript;
44
        } NavReplyRecord;
44
        } NavReplyRecord;
45
#endif
45
#endif
46
 
46
 
-
 
47
Boolean fileHasExtension(StandardFileReply* sfr, const char* extension);
-
 
48
   
47
Boolean customchoosefile_nav(FSSpec *fss,ScriptCode *script,
49
Boolean customchoosefile_nav(FSSpec *fss,ScriptCode *script,
48
                             OSType tlist[], StringPtr extlist[],Boolean *premult);
50
                             OSType tlist[], StringPtr extlist[],Boolean *premult);
49
 
51
 
50
Boolean choosefiletypes(StringPtr prompt,StandardFileReply *sfr,NavReplyRecord *reply,
52
Boolean choosefiletypes(StringPtr prompt,StandardFileReply *sfr,NavReplyRecord *reply,
51
                        OSType types[],int ntypes,const char *lpstrFilter
53
                        OSType types[],int ntypes,const char *lpstrFilter