diff --git a/src/eotd.h b/src/eotd.h index 3a55158..78e12f7 100644 --- a/src/eotd.h +++ b/src/eotd.h @@ -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 diff --git a/src/pkttest.c b/src/pkttest.c index c15885e..6d70bc7 100644 --- a/src/pkttest.c +++ b/src/pkttest.c @@ -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; }