gdb/
[deliverable/binutils-gdb.git] / gdb / ser-base.h
index 35234fb4593644f550e138847ac0b0b0445cfcc0..005f93c7596df3c4d2c2d52cac8d47d6e10c8c6a 100644 (file)
@@ -1,6 +1,6 @@
 /* Generic serial interface functions.
 
-   Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -26,7 +26,6 @@ struct ui_file;
 extern int generic_readchar (struct serial *scb, int timeout,
                             int (*do_readchar) (struct serial *scb,
                                                 int timeout));
-extern void reschedule (struct serial *scb);
 extern int ser_base_flush_output (struct serial *scb);
 extern int ser_base_flush_input (struct serial *scb);
 extern int ser_base_send_break (struct serial *scb);
This page took 0.023251 seconds and 4 git commands to generate.