Subversion Repositories filter_foundry

Rev

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

Rev 385 Rev 389
Line 104... Line 104...
104
void RequestNext (FilterRecordPtr epb,long);
104
void RequestNext (FilterRecordPtr epb,long);
105
struct InternalState saveInternalState();
105
struct InternalState saveInternalState();
106
void restoreInternalState(struct InternalState state);
106
void restoreInternalState(struct InternalState state);
107
 
107
 
108
// from read.c
108
// from read.c
109
Boolean readparams(Handle h,Boolean alerts,char **reason);
109
Boolean readparams_afs_pff(Handle h,Boolean alerts,char **reason);
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 readfile_picotxt(StandardFileReply* sfr, char** reason);
116
Boolean readPARM(Ptr h,PARM_T *parm,char **reasonstr,int fromwin);
116
Boolean readPARM(Ptr h,PARM_T *parm,char **reasonstr,int fromwin);
117
 
117
 
118
// from save.c
118
// from save.c
119
OSErr saveparams(Handle h);
119
OSErr saveparams_afs_pff(Handle h);
-
 
120
OSErr saveparams_picotxt(Handle h, Boolean useparm);
120
OSErr savehandleintofile(Handle h,FILEREF r);
121
OSErr savehandleintofile(Handle h,FILEREF r);
121
Boolean savefile_afs_pff(StandardFileReply *sfr);
122
Boolean savefile_afs_pff_picotxt(StandardFileReply *sfr);
122
 
123
 
123
// from make_*.c
124
// from make_*.c
124
OSErr make_standalone(StandardFileReply *sfr);
125
OSErr make_standalone(StandardFileReply *sfr);
125
 
126
 
126
// from process.c
127
// from process.c