Skip to content

Commit c4ccbdc

Browse files
committed
Added msg re: BCH code and added protective #ifndefs.
1 parent 1d7a4b9 commit c4ccbdc

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: src/eotd.h

+5
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1+
#ifndef __EOTD_H
2+
#define __EOTD_H
3+
14
void eotd_to_text (unsigned char *ais, int ais_len, char *text, int text_size);
5+
6+
#endif

Diff for: src/pkttest.c

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ int main(int argc, char **argv) {
3434

3535
if (argc < 5) {
3636
fprintf(stderr, "Expecting 4+ arguments - m, length, t, type (F or R) and optionally rev to reverse the input bytes.\n");
37+
fprintf(stderr, "THE BCH CODE IS NOT VERIFIED!\n");
3738
return -1;
3839
}
3940

0 commit comments

Comments
 (0)