summaryrefslogtreecommitdiffstats
path: root/sub_cc.h
blob: 837e9c3fd010b39af66c2ddf0bcbabafa0eea791 (plain)
1
2
3
4
5
6
7
8
9
10
#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*/