comparison sub_cc.h @ 25535:3baf6a2283da

Add explanatory comments to the #endif part of multiple inclusion guards.
author diego
date Mon, 31 Dec 2007 16:15:50 +0000
parents f580a7755ac5
children 4129c8cfa742
comparison
equal deleted inserted replaced
25534:ed0cfc9e60cb 25535:3baf6a2283da
4 extern int subcc_enabled; 4 extern int subcc_enabled;
5 5
6 void subcc_init(void); 6 void subcc_init(void);
7 void subcc_process_data(unsigned char *inputdata,unsigned int len); 7 void subcc_process_data(unsigned char *inputdata,unsigned int len);
8 8
9 #endif /*SUB_CC_H*/ 9 #endif /* SUB_CC_H */
10 10