Subversion Repositories filter_foundry

Rev

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

Rev 512 Rev 515
Line 156... Line 156...
156
Boolean setup(FilterRecordPtr pb);
156
Boolean setup(FilterRecordPtr pb);
157
void evalpixel(unsigned char *outp,unsigned char *inp);
157
void evalpixel(unsigned char *outp,unsigned char *inp);
158
 
158
 
159
// from make.c
159
// from make.c
160
unsigned long printablehash(unsigned long hash);
160
unsigned long printablehash(unsigned long hash);
161
size_t fixpipl(PIPropertyList *pipl,size_t origsize,char* title, char* category, long *event_id);
161
size_t fixpipl(PIPropertyList *pipl,size_t origsize,char* title, char* component, char* category, long *event_id);
162
size_t aete_generate(void* aeteptr, PARM_T *pparm, long event_id);
162
size_t aete_generate(void* aeteptr, PARM_T *pparm, long event_id);
163
 
163
 
164
// from obfusc.c
164
// from obfusc.c
165
#ifdef _MSC_VER
165
#ifdef _MSC_VER
166
__declspec(noinline)
166
__declspec(noinline)