X-Git-Url: http://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=common%2Fphones%2Fatgen.c;fp=common%2Fphones%2Fatgen.c;h=48d39bbddf9145f774468b293b86a1504a1919a5;hp=fb1da2ea81a6340558cb3d19027201369784c53f;hb=fd99203296000c439603bf62a1cbf289eeba7b9f;hpb=9d80f3acb04fd990119dbefc10aaf5a56de13ea9 diff --git a/common/phones/atgen.c b/common/phones/atgen.c index fb1da2e..48d39bb 100644 --- a/common/phones/atgen.c +++ b/common/phones/atgen.c @@ -14,8 +14,14 @@ phones. See README for more details on supported mobile phones. $Log$ - Revision 1.1.1.1 2001/11/25 21:59:11 short - :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Sun Nov 25 22:56 CET 2001 + Revision 1.1.1.1.2.1 2001/11/27 04:37:59 short + Update: orig2001_11_25_22_56 -> orig2001_11_27_05_17 + + Revision 1.1.1.2 2001/11/27 04:19:30 short + :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Tue Nov 27 05:17 CET 2001 + + Revision 1.7 2001/11/26 18:06:08 pkot + Checking for *printf functions, N_(x) for localization, generic ARRAY_LEN, SAFE_STRNCPY, G_GNUC_PRINTF (Jan Kratochvil) Revision 1.6 2001/11/19 13:03:18 pkot nk3110.c cleanup @@ -54,9 +60,6 @@ #include "links/cbus.h" -#define ARRAY_LEN(x) (sizeof((x))/sizeof((x)[0])) - - static GSM_Error Initialise(GSM_Data *setupdata, GSM_Statemachine *state); static GSM_Error Functions(GSM_Operation op, GSM_Data *data, GSM_Statemachine *state); static GSM_Error Reply(int messagetype, unsigned char *buffer, int length, GSM_Data *data);