Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 292 → Rev 293

/trunk/ff.h
122,7 → 122,7
 
// from obfusc.c
extern const volatile uint32_t cObfuscV4Seed; // this value will be manipulated during the building of each individual filter (see make_win.c)
int obfuscationVersion(PARM_T* pparm);
int obfuscation_version(PARM_T* pparm);
unsigned int obfusc(PARM_T* pparm);
void deobfusc(PARM_T* pparm);