diff --git a/src/main/options.c b/src/main/options.c index 960e846..9ac5d9f 100644 --- a/src/main/options.c +++ b/src/main/options.c @@ -847,5 +847,7 @@ opts_t opts_parse(unsigned int argc, char **argv) } } + /* TODO: set an enum to say which mode to use (nothing, PV, watchfd) */ + return opts; }