Found in "gnokii-working" directory, some November-patches version
[gnokii.git] / xgnokii / xgnokii_common.h
index e90439a..e594a38 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: Mon May 01 2000
+  Modified by Jan Derfinak
+
 */
 
 #ifndef XGNOKII_COMMON_H
@@ -19,6 +24,12 @@ typedef struct {
   gint       column;
 } SortColumn;
 
+/* typedef struct {
+  gchar *model;
+  gchar *number;
+} Model;
+*/
+
 typedef struct {
   GtkWidget *dialog;
   GtkWidget *text;
@@ -45,7 +56,6 @@ typedef enum {
   GUI_EVENT_SMS_NUMBER_CHANGED,
   GUI_EVENT_SMS_CENTERS_CHANGED,
   GUI_EVENT_NETMON_CHANGED,
-  GUI_EVENT_SMS_FOLDERS_CHANGED
 } GUIEventType;
 
 extern void CancelDialog (const GtkWidget *, const gpointer);
@@ -60,15 +70,6 @@ extern gint LaunchProcess (const gchar *, const gchar *, const gint,
 extern void RemoveZombie (const gint);
 extern void Help (const GtkWidget *, const gpointer);
 extern gint strrncmp (const gchar * const, const gchar * const, size_t);
-extern gchar *GetModel (const gchar *);
-extern bool CallerGroupSupported (const gchar *);
-extern bool NetmonitorSupported (const gchar *);
-extern bool KeyboardSupported (const gchar *);
-extern bool SMSSupported (const gchar *);
-extern bool CalendarSupported (const gchar *);
-extern bool DTMFSupported (const gchar *);
-extern bool DataSupported (const gchar *);
-extern bool SpeedDialSupported (const gchar *);
 extern void GUI_Refresh (void);
 extern void SetSortColumn (GtkWidget *, SortColumn *);
 extern void GUIEventAdd (GUIEventType, void (*)(void));