Files
adsb-tools/adsbus/file.h

11 lines
275 B
C

#pragma once
struct flow;
void file_opts_add(void);
void file_init(void);
void file_cleanup(void);
void file_read_new(const char *, struct flow *, void *);
void file_write_new(const char *, struct flow *, void *);
void file_append_new(const char *, struct flow *, void *);