X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=include%2Fdevices%2Funixserial.h;h=0f9591490c59f310b9e17e69834b367cdeeababc;hp=9dca33b204d6e4be09eeed77c76d8eed04cc66d3;hb=refs%2Fheads%2Fats;hpb=e1413f172e2c080b63889db8a957f7f7c984a33e diff --git a/include/devices/unixserial.h b/include/devices/unixserial.h index 9dca33b..0f95914 100644 --- a/include/devices/unixserial.h +++ b/include/devices/unixserial.h @@ -11,6 +11,9 @@ Released under the terms of the GNU GPL, see file COPYING for more details. $Log$ + Revision 1.1.1.5 2002/04/03 01:44:15 short + Implemented connection type "tcp" (GCT_TCP), use : as "port" + Revision 1.1.1.4 2002/04/03 00:08:20 short Found in "gnokii-working" directory, some November-patches version @@ -50,6 +53,11 @@ size_t serial_write(int __fd, __const __ptr_t __buf, size_t __n); int serial_select(int fd, struct timeval *timeout); +extern int serial_close_all_openfds[0x10]; +extern void serial_close_all(void); +extern int device_script(int fd, const char *section); +extern void unixserial_interrupted(int signo); + #endif /* __devices_unixserial_h */