http://marcin-wiacek.fkn.pl/english/zips/mygnokii.tar.gz
[gnokii.git] / xgnokii / xgnokii.h
index f8445b7..ad79075 100644 (file)
@@ -3,14 +3,9 @@
   X G N O K I I
 
   A Linux/Unix GUI for Nokia mobile phones.
-  Copyright (C) 1999 Pavel Janík ml., Hugh Blemings
-  & Ján Derfiòák <ja@mail.upjs.sk>.
 
   Released under the terms of the GNU GPL, see file COPYING for more details.
 
-  Last modification: Wed Apr 26 2000
-  Modified by Jan Derfinak
-
 */
 
 #ifndef XGNOKII_H
@@ -19,7 +14,7 @@
 #include <gtk/gtk.h>
 #include "config.h"
 #include "misc.h"
-#include "gsm-common.h"
+#include "gsm-sms.h"
 
 #define MAX_CALLER_GROUP_LENGTH        10
 #define MAX_SMS_CENTER         10
@@ -40,14 +35,16 @@ typedef struct {
   gchar *model;      /* Model from .gnokiirc file. */
   gchar *port;       /* Serial port from .gnokiirc file */
   gchar *connection; /* Connection type from .gnokiirc file */
+  gchar *synchronizetime;
   gchar *bindir;
   gchar *xgnokiidir;
+  gchar *xgnokiidocsdir;
   gchar *helpviewer; /* Program to showing help files */
   gchar *mailbox;    /* Mailbox, where we can save SMS's */
   gchar *maxSIMLen;  /* Max length of names on SIM card */
   gchar *maxPhoneLen;/* Max length of names in phone */
   gchar *locale;
-  SMS_MessageCenter smsSetting[MAX_SMS_CENTER];
+  GSM_MessageCenter smsSetting[MAX_SMS_CENTER];
   UserInf user;
   gchar *callerGroups[6];
   gint   smsSets:4;
@@ -61,8 +58,10 @@ extern gint max_phonebook_name_length;
 extern gint max_phonebook_number_length;
 extern gint max_phonebook_sim_name_length;
 extern gint max_phonebook_sim_number_length;
+extern GSM_SMSFolders folders;
 extern void GUI_InitCallerGroupsInf (void);
 extern void GUI_InitSMSSettings (void);
+extern void GUI_InitSMSFoldersInf (void);
 extern void GUI_ShowAbout (void);
 
 #endif /* XGNOKII_H */