Add --log-file

This commit is contained in:
Ian Gulliver
2016-03-07 11:26:25 -08:00
parent 51eaabe27a
commit 46696933aa
15 changed files with 110 additions and 61 deletions

View File

@@ -3,6 +3,6 @@
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 *);
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 *);