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