Implemented connection type "tcp" (GCT_TCP), use <hostname>:<port> as "port"
[gnokii.git] / gnokii / gnokii.c
index 472f4e5..b7f0850 100644 (file)
@@ -19,6 +19,9 @@
   really powerful and useful :-)
 
   $Log$
+  Revision 1.1.1.12  2002/04/03 01:44:15  short
+  Implemented connection type "tcp" (GCT_TCP), use <hostname>:<port> as "port"
+
   Revision 1.1.1.11  2002/04/03 00:08:17  short
   Found in "gnokii-working" directory, some November-patches version
 
@@ -362,6 +365,7 @@ void fbusinit(void (*rlp_handler)(RLP_F96Frame *frame))
 
        if (!strcmp(Connection, "infrared")) connection=GCT_Infrared;
        if (!strcmp(Connection, "irda"))     connection=GCT_Irda;
+       if (!strcmp(Connection, "tcp"))      connection=GCT_TCP;
 
        /* Initialise the code for the GSM interface. */