Extend commit 25680305095bfcedaa46cb017182544183ab743b to the whole cpu object.
[monky] / src / net_stat.h
index 923e218..141e840 100644 (file)
@@ -10,7 +10,7 @@
  * Please see COPYING for details
  *
  * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
- * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al.
+ * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al.
  *     (see AUTHORS)
  * All rights reserved.
  *
@@ -71,8 +71,8 @@ void print_addrs(struct text_object *, char *, int);
 #endif /* __linux__ */
 #ifdef X11
 void parse_net_stat_graph_arg(struct text_object *, const char *, void *);
-void print_downspeedgraph(struct text_object *, char *);
-void print_upspeedgraph(struct text_object *, char *);
+void print_downspeedgraph(struct text_object *, char *, int);
+void print_upspeedgraph(struct text_object *, char *, int);
 #endif /* X11 */
 #ifdef __linux__
 #ifdef HAVE_IWLIB