LDFLAGS -> LDLIBS
[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   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_SMS_H
17 #define XGNOKII_SMS_H
18
19 extern void GUI_CreateSMSWindow (void);
20
21 extern void GUI_ShowSMS (void);
22
23 extern void GUI_RefreshMessageWindow (void);
24
25 extern void GUI_RefreshSMSCenterMenu (void);
26
27 #endif