Update main.h added extern

fc-nocpp
Alan Johnston 11 months ago committed by GitHub
parent d9a0d1e7f2
commit b4cd3ea74a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save

Powered by TurnKey Linux.