X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=gnokii%2Fgnokii.c;h=b7f0850a857ac41125d6b9737bb6319b576545e4;hp=472f4e543ad7db54947cdbf8677ab97a802cba73;hb=refs%2Fheads%2Fats;hpb=49dd905279a8e62936e3713510ab0fd738e20ecb diff --git a/gnokii/gnokii.c b/gnokii/gnokii.c index 472f4e5..b7f0850 100644 --- a/gnokii/gnokii.c +++ b/gnokii/gnokii.c @@ -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 : 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. */