From 740b7efa43f092a7732fabd39d5597a7a2f310b3 Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Wed, 4 Nov 1992 23:31:52 +0000 Subject: * elfread.c, mipsread.c: Include . * i386-stub.c: Include "ansidecl.h" to deal with prototypes. * serial.h: Add prototype for serial_restore(). --- gdb/serial.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gdb/serial.h') diff --git a/gdb/serial.h b/gdb/serial.h index 5363929b022..6a1f2e26837 100644 --- a/gdb/serial.h +++ b/gdb/serial.h @@ -75,3 +75,7 @@ int serial_write PARAMS ((const char *str, int len)); /* Close the serial port */ void serial_close PARAMS ((void)); + +/* Restore the serial port to the state saved in oldstate */ + +void serial_restore PARAMS ((int desc, struct ttystate oldstate)); -- cgit v1.2.1