mirror of https://github.com/wb2osz/direwolf.git
16 lines
246 B
C
16 lines
246 B
C
|
|
||
|
/* log.h */
|
||
|
|
||
|
|
||
|
#include "hdlc_rec2.h" // for retry_t
|
||
|
|
||
|
#include "decode_aprs.h" // for decode_aprs_t
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
void log_init (char *path);
|
||
|
|
||
|
void log_write (int chan, decode_aprs_t *A, packet_t pp, int alevel, retry_t retries);
|
||
|
|
||
|
void log_term (void);
|