Add --detach. Add multi-pass flag parsing that lets us get things in the right order.
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
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 *);
|
||||
|
||||
Reference in New Issue
Block a user