direwolf/src/eotd.h

7 lines
123 B
C

#ifndef __EOTD_H
#define __EOTD_H
void eotd_to_text (unsigned char *ais, int ais_len, char *text, int text_size);
#endif