Update main.h remove encode

fc-l-noax-m
Alan Johnston 11 months ago committed by GitHub
parent cceba3b79a
commit 785b00de71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -94,7 +94,7 @@ void write_little_endian(unsigned int word, int num_bytes, FILE *wav_file);
extern int Encode_8b10b[][256];
//const unsigned char ALPHA_TO[];
// const unsigned char *CCodecAO40::encode(unsigned char *source_bytes, int byte_count);
extern const unsigned char *encode(unsigned char *source_bytes, int byte_count);
//extern const unsigned char *encode(unsigned char *source_bytes, int byte_count);
extern void update_rs(unsigned char parity[32], unsigned char c);
void program_radio();
FILE *sopen(const char *program);

Loading…
Cancel
Save

Powered by TurnKey Linux.