http://marcin-wiacek.fkn.pl/english/zips/mygnokii.tar.gz
[gnokii.git] / xgnokii / xgnokii_netmon.h
1 /*
2
3   X G N O K I I
4
5   A Linux/Unix GUI for Nokia mobile phones.
6
7   Released under the terms of the GNU GPL, see file COPYING for more details.
8
9 */
10
11 #ifndef XGNOKII_NETMON_H
12 #define XGNOKII_NETMON_H
13
14 #include <gtk/gtk.h>
15
16 typedef struct {
17   GtkWidget *number;
18   GtkWidget *label;
19   gint       curDisp;
20 } DisplayData;
21
22 extern void GUI_CreateNetmonWindow ();
23
24 extern void GUI_ShowNetmon ();
25
26 extern void GUI_RefreshNetmon ();
27
28 #endif