This commit was manufactured by cvs2svn to create branch 'decode'.
[gnokii.git] / xgnokii / xgnokii_sms.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_SMS_H
12 #define XGNOKII_SMS_H
13
14 extern void GUI_CreateSMSWindow (void);
15
16 extern void GUI_ShowSMS (void);
17
18 extern void GUI_RefreshMessageWindow (void);
19
20 extern void GUI_RefreshSMSCenterMenu (void);
21
22 #endif