aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/io_stat.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-11-14 10:32:22 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-11-14 10:32:22 +0000
commit76f5391acc5395178a983ffb6a81a1be4a792edc (patch)
treebac1a8e3ff53b618c77923c3e3cb96456b443b0b /gtk/io_stat.h
parent81022063fcd8e3272356e1347c2a2f6d2c5125bd (diff)
Feature for Gtk2: GUI version of IO-STAT. Looks reasonable with one graph. Looks "sub-optimal" with multiple graphs overwriting eachothers.
We can just delete it later if it cant be improved visually. svn path=/trunk/; revision=6629
Diffstat (limited to 'gtk/io_stat.h')
-rw-r--r--gtk/io_stat.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/gtk/io_stat.h b/gtk/io_stat.h
new file mode 100644
index 0000000000..5318d71ec0
--- /dev/null
+++ b/gtk/io_stat.h
@@ -0,0 +1,30 @@
+/* io_stat.h
+ * io_stat 2002 Ronnie Sahlberg
+ *
+ * $Id: io_stat.h,v 1.1 2002/11/14 10:32:22 sahlberg Exp $
+ *
+ * Ethereal - Network traffic analyzer
+ * By Gerald Combs <gerald@ethereal.com>
+ * Copyright 1998 Gerald Combs
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+#ifndef __IOSTAT_H__
+#define __IOSTAT_H__
+
+void gtk_iostat_cb(GtkWidget *w, gpointer d);
+
+#endif