view sub_cc.h @ 14569:408dfb63ff95

Make this file compile with gcc-4.0.0: It's syntacticly incorrect to use the "&" operand to take the address of a variable that is declared as "register" as a register has no address.
author gpoirier
date Sat, 22 Jan 2005 10:47:58 +0000
parents a3b2f80f3a26
children f580a7755ac5
line wrap: on
line source

#ifndef SUB_CC_H
#define SUB_CC_H

extern int subcc_enabled;

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

#endif /*SUB_CC_H*/