Add --detach. Add multi-pass flag parsing that lets us get things in the right order.

This commit is contained in:
Ian Gulliver
2016-03-08 11:26:39 -08:00
parent 70ac401a23
commit e5af92c331
19 changed files with 395 additions and 329 deletions

View File

@@ -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 *);