This commit was manufactured by cvs2svn to create branch 'decode'.
[gnokii.git] / xgnokii / xgnokii_sms.h
diff --git a/xgnokii/xgnokii_sms.h b/xgnokii/xgnokii_sms.h
new file mode 100644 (file)
index 0000000..d03398c
--- /dev/null
@@ -0,0 +1,22 @@
+/*
+
+  X G N O K I I
+
+  A Linux/Unix GUI for Nokia mobile phones.
+
+  Released under the terms of the GNU GPL, see file COPYING for more details.
+
+*/
+
+#ifndef XGNOKII_SMS_H
+#define XGNOKII_SMS_H
+
+extern void GUI_CreateSMSWindow (void);
+
+extern void GUI_ShowSMS (void);
+
+extern void GUI_RefreshMessageWindow (void);
+
+extern void GUI_RefreshSMSCenterMenu (void);
+
+#endif