X-Git-Url: http://gitweb.fperrin.net/?p=iftop.git;a=blobdiff_plain;f=options.h;h=85262542768fd8f03d8af36022dd4cb6186f968e;hp=01232855ba8a2613c8186e290519ecf6b7aa8b0e;hb=HEAD;hpb=cd1db5a0a5c698b647e554a003c7e48b5db695f5 diff --git a/options.h b/options.h index 0123285..8526254 100644 --- a/options.h +++ b/options.h @@ -56,6 +56,9 @@ typedef struct { int aggregate_dest; int paused; int showhelp; + int timed_output; + int no_curses; + int num_lines; int bandwidth_in_bytes; option_sort_t sort; @@ -93,5 +96,7 @@ typedef struct { void options_set_defaults(); void options_read(int argc, char **argv); +void options_read_args(int argc, char **argv); +void options_make(); #endif /* __OPTIONS_H_ */