Files
adsb-tools/adsbus/file.h
2016-03-02 19:16:23 -08:00

9 lines
209 B
C

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