Subversion Repositories filter_foundry

Rev

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

Rev 366 Rev 369
Line 102... Line 102...
102
Boolean read8bfplugin(StandardFileReply *sfr,char **reason);
102
Boolean read8bfplugin(StandardFileReply *sfr,char **reason);
103
Handle readfileintohandle(FILEREF r);
103
Handle readfileintohandle(FILEREF r);
104
Boolean readfile_afs_pff(StandardFileReply* sfr, char** reason);
104
Boolean readfile_afs_pff(StandardFileReply* sfr, char** reason);
105
Boolean readfile_ffx(StandardFileReply* sfr, char** reason);
105
Boolean readfile_ffx(StandardFileReply* sfr, char** reason);
106
Boolean readPARM(Ptr h,PARM_T *parm,char **reasonstr,int fromwin);
106
Boolean readPARM(Ptr h,PARM_T *parm,char **reasonstr,int fromwin);
-
 
107
Boolean fileHasExtension(StandardFileReply* sfr, const char* extension); // TODO: find a new home for this method? Because it can be also used for saving
107
 
108
 
108
// from save.c
109
// from save.c
109
OSErr saveparams(Handle h);
110
OSErr saveparams(Handle h);
110
OSErr savehandleintofile(Handle h,FILEREF r);
111
OSErr savehandleintofile(Handle h,FILEREF r);
111
Boolean savefile(StandardFileReply *sfr);
112
Boolean savefile_afs_pff(StandardFileReply *sfr);
112
 
113
 
113
// from make_*.c
114
// from make_*.c
114
OSErr make_standalone(StandardFileReply *sfr);
115
OSErr make_standalone(StandardFileReply *sfr);
115
 
116
 
116
// from process.c
117
// from process.c