http://marcin-wiacek.fkn.pl/english/zips/mygnokii.tar.gz
[gnokii.git] / xgnokii / xgnokii_cfg.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_CFG_H
12 #define XGNOKII_CFG_H
13
14 #include <gtk/gtk.h>
15 #include "xgnokii.h"
16
17 #define         HTMLVIEWER_LENGTH       200
18 #define         MAILBOX_LENGTH          200
19
20 typedef struct {
21   gchar key[10];
22   gchar **value;
23 } ConfigEntry;
24
25 extern void GUI_ReadXConfig();
26 extern gint GUI_SaveXConfig();
27
28 #endif