Implemented connection type "tcp" (GCT_TCP), use <hostname>:<port> as "port"
[gnokii.git] / include / gsm-common.h
index cca004b..8fbca92 100644 (file)
@@ -14,6 +14,9 @@
   handset.
 
   $Log$
   handset.
 
   $Log$
+  Revision 1.1.1.10  2002/04/03 01:44:15  short
+  Implemented connection type "tcp" (GCT_TCP), use <hostname>:<port> as "port"
+
   Revision 1.1.1.9  2002/04/03 00:08:19  short
   Found in "gnokii-working" directory, some November-patches version
 
   Revision 1.1.1.9  2002/04/03 00:08:19  short
   Found in "gnokii-working" directory, some November-patches version
 
@@ -44,7 +47,8 @@ typedef enum {
   GCT_Serial,   /* Serial connection. */
   GCT_Infrared, /* Infrared connection. */
   GCT_Tekram,   /* Tekram Ir-Dongle */
   GCT_Serial,   /* Serial connection. */
   GCT_Infrared, /* Infrared connection. */
   GCT_Tekram,   /* Tekram Ir-Dongle */
-  GCT_Irda
+  GCT_Irda,
+  GCT_TCP,      /* TCP network connection */
 } GSM_ConnectionType;
 
 /* Maximum length of device name for serial port */
 } GSM_ConnectionType;
 
 /* Maximum length of device name for serial port */