X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=common%2Fphones%2Fatgen.c;fp=common%2Fphones%2Fatgen.c;h=ed6c0fe33aab8ea4d00f2e7d456466d015504f8f;hp=fb1da2ea81a6340558cb3d19027201369784c53f;hb=7fe9e12e4451190f8ca2543a98de9abd4f9b8958;hpb=4ee1266711b695852ec88f06784fd84400cd70bb;ds=sidebyside diff --git a/common/phones/atgen.c b/common/phones/atgen.c index fb1da2e..ed6c0fe 100644 --- a/common/phones/atgen.c +++ b/common/phones/atgen.c @@ -14,8 +14,11 @@ 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.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 +57,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);