Found in "gnokii-working" directory, some November-patches version
[gnokii.git] / include / devices / unixserial.h
index 15253ef..9dca33b 100644 (file)
@@ -11,8 +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.1.1.4  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)
@@ -43,7 +43,7 @@ int serial_close(int __fd);
 int serial_opendevice(__const char *__file, int __with_odd_parity, int __with_async, int __with_hw_handshake);
 
 void serial_setdtrrts(int __fd, int __dtr, int __rts);
-void serial_changespeed(int __fd, int __speed);
+bool serial_changespeed(int __fd, int __speed);
 
 size_t serial_read(int __fd, __ptr_t __buf, size_t __nbytes);
 size_t serial_write(int __fd, __const __ptr_t __buf, size_t __n);