This commit was manufactured by cvs2svn to create branch 'uc'.
[gnokii.git] / xgnokii / xgnokii_netmon.h
diff --git a/xgnokii/xgnokii_netmon.h b/xgnokii/xgnokii_netmon.h
new file mode 100644 (file)
index 0000000..c226f13
--- /dev/null
@@ -0,0 +1,28 @@
+/*
+
+  X G N O K I I
+
+  A Linux/Unix GUI for Nokia mobile phones.
+
+  Released under the terms of the GNU GPL, see file COPYING for more details.
+
+*/
+
+#ifndef XGNOKII_NETMON_H
+#define XGNOKII_NETMON_H
+
+#include <gtk/gtk.h>
+
+typedef struct {
+  GtkWidget *number;
+  GtkWidget *label;
+  gint       curDisp;
+} DisplayData;
+
+extern void GUI_CreateNetmonWindow ();
+
+extern void GUI_ShowNetmon ();
+
+extern void GUI_RefreshNetmon ();
+
+#endif