Subversion Repositories filter_foundry

Rev

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

Rev 510 Rev 511
Line 154... Line 154...
154
 
154
 
155
// from process.c
155
// from process.c
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 ui.c
-
 
160
void strcpy_win_replace_ampersand(char* dst, char* src);
-
 
161
 
159
// from make.c
162
// from make.c
160
unsigned long printablehash(unsigned long hash);
163
unsigned long printablehash(unsigned long hash);
161
size_t fixpipl(PIPropertyList *pipl,size_t origsize,char* title, long *event_id);
164
size_t fixpipl(PIPropertyList *pipl,size_t origsize,char* title, char* category, long *event_id);
162
size_t aete_generate(void* aeteptr, PARM_T *pparm, long event_id);
165
size_t aete_generate(void* aeteptr, PARM_T *pparm, long event_id);
163
 
166
 
164
// from obfusc.c
167
// from obfusc.c
165
#ifdef _MSC_VER
168
#ifdef _MSC_VER
166
__declspec(noinline)
169
__declspec(noinline)