Found in "gnokii-working" directory, some November-patches version
[gnokii.git] / xgnokii / xgnokii.h
index ad79075..d1ed2ec 100644 (file)
@@ -3,9 +3,14 @@
   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
@@ -14,7 +19,7 @@
 #include <gtk/gtk.h>
 #include "config.h"
 #include "misc.h"
-#include "gsm-sms.h"
+#include "gsm-common.h"
 
 #define MAX_CALLER_GROUP_LENGTH        10
 #define MAX_SMS_CENTER         10
@@ -35,10 +40,8 @@ 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 */
@@ -58,10 +61,8 @@ 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 */