:pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Sun Nov 25 22:56 CET 2001
[gnokii.git] / xgnokii / xgnokii_data.h
1 /*
2
3   X G N O K I I
4
5   A Linux/Unix GUI for Nokia mobile phones.
6   Copyright (C) 1999 Pavel Janík ml., Hugh Blemings
7   & Ján Derfiòák <ja@mail.upjs.sk>.
8
9   Released under the terms of the GNU GPL, see file COPYING for more details.
10
11   Last modification: Tue Nov 27 1999
12   Modified by Jan Derfinak
13
14 */
15
16 #ifndef XGNOKII_DATA_H
17 #define XGNOKII_DATA_H
18
19 void GUI_CreateDataWindow (void);
20 inline void GUI_ShowData (void);
21 inline void GUI_HideData (void);
22
23 #endif
24
25