view sub_cc.h @ 21369:9d42ff736ea5

Avoid compiling code using %ah etc. on AMD64, since that will not work (problems only occur with -O0 or -Os, see also http://bugs.gentoo.org/show_bug.cgi?id=156375)
author reimar
date Wed, 29 Nov 2006 13:49:48 +0000
parents f580a7755ac5
children 3baf6a2283da
line wrap: on
line source

#ifndef SUB_CC_H
#define SUB_CC_H

extern int subcc_enabled;

void subcc_init(void);
void subcc_process_data(unsigned char *inputdata,unsigned int len);

#endif /*SUB_CC_H*/