summaryrefslogtreecommitdiffstats
path: root/sub_cc.h
blob: 8c808a6e5d48847b969766d095fa6fbd6950d116 (plain)
1
2
3
4
5
6
7
#ifndef SUB_CC_H
#define SUB_CC_H

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

#endif /*SUB_CC_H*/