X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=xgnokii%2Fxgnokii.h;fp=xgnokii%2Fxgnokii.h;h=ad79075fd230397dffa6d9c55199154a59fd09f6;hp=f8445b71239c5af662e2d2a1e4daa3fe4e9e5a4b;hb=a2dfc99dc499ea8600bf5178f8122125d7d7d557;hpb=1fdb423c0a2e33c1282bec25de66d9f40d56999b diff --git a/xgnokii/xgnokii.h b/xgnokii/xgnokii.h index f8445b7..ad79075 100644 --- a/xgnokii/xgnokii.h +++ b/xgnokii/xgnokii.h @@ -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 . 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 #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 */