Subversion Repositories filter_foundry

Rev

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

Rev 292 Rev 293
Line 120... Line 120...
120
size_t fixpipl(PIPropertyList *pipl,size_t origsize,StringPtr title, long *event_id);
120
size_t fixpipl(PIPropertyList *pipl,size_t origsize,StringPtr title, long *event_id);
121
size_t aete_generate(void* aeteptr, PARM_T *pparm, long event_id);
121
size_t aete_generate(void* aeteptr, PARM_T *pparm, long event_id);
122
 
122
 
123
// from obfusc.c
123
// from obfusc.c
124
extern const volatile uint32_t cObfuscV4Seed; // this value will be manipulated during the building of each individual filter (see make_win.c)
124
extern const volatile uint32_t cObfuscV4Seed; // this value will be manipulated during the building of each individual filter (see make_win.c)
125
int obfuscationVersion(PARM_T* pparm);
125
int obfuscation_version(PARM_T* pparm);
126
unsigned int obfusc(PARM_T* pparm);
126
unsigned int obfusc(PARM_T* pparm);
127
void deobfusc(PARM_T* pparm);
127
void deobfusc(PARM_T* pparm);
128
 
128
 
129
// from loadfile_*.c
129
// from loadfile_*.c
130
Boolean loadfile(StandardFileReply *sfr,char **reason);
130
Boolean loadfile(StandardFileReply *sfr,char **reason);