From 785b00de716eaf768aa77765a73880d9879e4cd2 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 26 Jan 2025 23:19:43 -0500 Subject: [PATCH] Update main.h remove encode --- main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.h b/main.h index 45f635c9..7d03718b 100644 --- a/main.h +++ b/main.h @@ -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);