gdb/
[deliverable/binutils-gdb.git] / gdb / ser-base.h
index 0669039725d6b56eea9f638c4413db1aa7dfb93d..005f93c7596df3c4d2c2d52cac8d47d6e10c8c6a 100644 (file)
@@ -1,6 +1,6 @@
 /* Generic serial interface functions.
 
-   Copyright (C) 2005, 2007, 2008 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.025023 seconds and 4 git commands to generate.