Found in "gnokii-working" directory, some November-patches version
[gnokii.git] / include / links / atbus.h
index b7e0a27..30ff136 100644 (file)
   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 */