]> gitweb.fperrin.net Git - iftop.git/blobdiff - options.h
Import iftop-1.0pre4
[iftop.git] / options.h
index 01232855ba8a2613c8186e290519ecf6b7aa8b0e..85262542768fd8f03d8af36022dd4cb6186f968e 100644 (file)
--- 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_ */