X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=include%2Fgsm-common.h;h=8fbca920ebd9534149aec5e38b5421cf3e9e6082;hp=cca004b3b92300dce412d53d94bdf6a3d42c8c74;hb=refs%2Fheads%2Fats;hpb=e1413f172e2c080b63889db8a957f7f7c984a33e diff --git a/include/gsm-common.h b/include/gsm-common.h index cca004b..8fbca92 100644 --- a/include/gsm-common.h +++ b/include/gsm-common.h @@ -14,6 +14,9 @@ handset. $Log$ + Revision 1.1.1.10 2002/04/03 01:44:15 short + Implemented connection type "tcp" (GCT_TCP), use : as "port" + 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_Irda + GCT_Irda, + GCT_TCP, /* TCP network connection */ } GSM_ConnectionType; /* Maximum length of device name for serial port */