Don't remove lock, if other LCR is using it
[lcr.git] / ss5_encode.h
1 /*
2  * SS5 signal coder header file
3  */
4
5 void ss5_sine_generate(void);
6 unsigned char *ss5_encode(unsigned char *buffer, int len, char digit, int sample_nr);
7