Added msg re: BCH code and added protective #ifndefs.

This commit is contained in:
David E. Tiller 2022-04-09 13:03:51 -04:00
parent 1d7a4b9e82
commit c4ccbdc9e7
2 changed files with 6 additions and 0 deletions

View File

@ -1 +1,6 @@
#ifndef __EOTD_H
#define __EOTD_H
void eotd_to_text (unsigned char *ais, int ais_len, char *text, int text_size);
#endif

View File

@ -34,6 +34,7 @@ int main(int argc, char **argv) {
if (argc < 5) {
fprintf(stderr, "Expecting 4+ arguments - m, length, t, type (F or R) and optionally rev to reverse the input bytes.\n");
fprintf(stderr, "THE BCH CODE IS NOT VERIFIED!\n");
return -1;
}