added declarations of update_rs and write_little_endian

pull/100/head
alanbjohnston 5 years ago committed by GitHub
parent 939f3c7075
commit 8bdd7bfd61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -93,6 +93,8 @@ void config_x25();
void trans_x25();
int upper_digit(int number);
int lower_digit(int number);
void update_rs(unsigned char parity[32], unsigned char c);
void write_little_endian(unsigned int word, int num_bytes, FILE *wav_file);
static int init_rf();
int socket_open = 0;
int sock = 0;

Loading…
Cancel
Save

Powered by TurnKey Linux.