Subversion Repositories filter_foundry

Rev

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

Rev 379 Rev 385
Line 110... Line 110...
110
void convert_premiere_to_photoshop(PARM_T* photoshop, PARM_T_PREMIERE* premiere);
110
void convert_premiere_to_photoshop(PARM_T* photoshop, PARM_T_PREMIERE* premiere);
111
Boolean readfile_8bf(StandardFileReply *sfr,char **reason);
111
Boolean readfile_8bf(StandardFileReply *sfr,char **reason);
112
Handle readfileintohandle(FILEREF r);
112
Handle readfileintohandle(FILEREF r);
113
Boolean readfile_afs_pff(StandardFileReply* sfr, char** reason);
113
Boolean readfile_afs_pff(StandardFileReply* sfr, char** reason);
114
Boolean readfile_ffx(StandardFileReply* sfr, char** reason);
114
Boolean readfile_ffx(StandardFileReply* sfr, char** reason);
-
 
115
Boolean readfile_picotxt(StandardFileReply* sfr, char** reason);
115
Boolean readPARM(Ptr h,PARM_T *parm,char **reasonstr,int fromwin);
116
Boolean readPARM(Ptr h,PARM_T *parm,char **reasonstr,int fromwin);
116
 
117
 
117
// from save.c
118
// from save.c
118
OSErr saveparams(Handle h);
119
OSErr saveparams(Handle h);
119
OSErr savehandleintofile(Handle h,FILEREF r);
120
OSErr savehandleintofile(Handle h,FILEREF r);