view sub_cc.h @ 21715:9d96f4df253a

sync with r21655, based on a file conversion of help_mp-zh_CN.h file provided by Eric Wang, eric7wang gmail com
author kraymer
date Fri, 22 Dec 2006 22:56:07 +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*/