Files
adsb-tools/adsbus/file.h
Ian Gulliver 46696933aa Add --log-file
2016-03-07 11:26:25 -08:00

9 lines
227 B
C

#pragma once
struct flow;
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 *);