Add --log-file
This commit is contained in:
@@ -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 *);
|
||||
|
||||
Reference in New Issue
Block a user