\r\n -> \n
[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
7   Released under the terms of the GNU GPL, see file COPYING for more details.
8
9 */
10
11 #ifndef XGNOKII_DATA_H
12 #define XGNOKII_DATA_H
13
14 void GUI_CreateDataWindow (void);
15 inline void GUI_ShowData (void);
16 inline void GUI_HideData (void);
17
18 #endif
19
20