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,5 +2,7 @@
struct flow;
void incoming_opts_add(void);
void incoming_init(void);
void incoming_cleanup(void);
void incoming_new(const char *, const char *, struct flow *, void *);