Subversion Repositories filter_foundry

Rev

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

Rev 347 Rev 366
Line 99... Line 99...
99
// from read.c
99
// from read.c
100
Boolean readparams(Handle h,Boolean alerts,char **reason);
100
Boolean readparams(Handle h,Boolean alerts,char **reason);
101
void convert_premiere_to_photoshop(PARM_T* photoshop, PARM_T_PREMIERE* premiere);
101
void convert_premiere_to_photoshop(PARM_T* photoshop, PARM_T_PREMIERE* premiere);
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(StandardFileReply *sfr,char **reason);
105
Boolean readfile_ffx(StandardFileReply* sfr, char** reason);
105
Boolean readPARM(Ptr h,PARM_T *parm,char **reasonstr,int fromwin);
106
Boolean readPARM(Ptr h,PARM_T *parm,char **reasonstr,int fromwin);
106
 
107
 
107
// from save.c
108
// from save.c
108
OSErr saveparams(Handle h);
109
OSErr saveparams(Handle h);
109
OSErr savehandleintofile(Handle h,FILEREF r);
110
OSErr savehandleintofile(Handle h,FILEREF r);