view sub_cc.h @ 18355:385b3505ac41

1.1276: Consistency for the 'i' key, [does not apply] document vglobal, aglobal and i_certify_that_i_am_the_longest_option_ever. 1.1275: Small grammar fix introduced by my previous commit :/ [does not apply] 1.1274: Small clarification to the i keystroke description [previously commited]
author kraymer
date Sun, 30 Apr 2006 13:16:17 +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*/