X-Git-Url: http://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=include%2Flinks%2Fatbus.h;fp=include%2Flinks%2Fatbus.h;h=30ff136ffe98f74e4730863280d23d92c9e457ed;hp=b7e0a271dde02c82631f848d9d61fe16ec348bf3;hb=1379b6d01c3c3bd082a8ab32433450d8a2f3419c;hpb=a363234939c6030f24d092e9d4d97ee40f50ce03 diff --git a/include/links/atbus.h b/include/links/atbus.h index b7e0a27..30ff136 100644 --- a/include/links/atbus.h +++ b/include/links/atbus.h @@ -11,11 +11,8 @@ Released under the terms of the GNU GPL, see file COPYING for more details. $Log$ - Revision 1.1.1.1 2001/11/25 21:59:21 short - :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Sun Nov 25 22:56 CET 2001 - - Revision 1.3 2001/11/19 13:03:18 pkot - nk3110.c cleanup + Revision 1.1.1.2 2002/04/03 00:08:20 short + Found in "gnokii-working" directory, some November-patches version Revision 1.2 2001/08/20 23:27:37 pkot Add hardware shakehand to the link layer (Manfred Jonsson) @@ -34,7 +31,7 @@ GSM_Error ATBUS_Initialise(GSM_Statemachine *state, int hw_handshake); #ifdef __atbus_c /* Prototype functions for atbus.c only */ GSM_Error ATBUS_Loop(struct timeval *timeout); -bool ATBUS_OpenSerial(int hw_handshake, char *device); +bool ATBUS_OpenSerial(int hw_handshake); void ATBUS_RX_StateMachine(unsigned char rx_char); #endif /* #ifdef __atbus_c */