2004-12-05 Randolph Chung <tausq@debian.org>
[deliverable/binutils-gdb.git] / gdb / serial.h
index 97d68f32a04888a58cf782411398828b22a7627c..abe76b006797b07254f5712b72d73e843c543928 100644 (file)
@@ -22,6 +22,8 @@
 #ifndef SERIAL_H
 #define SERIAL_H
 
+struct ui_file;
+
 /* For most routines, if a failure is indicated, then errno should be
    examined.  */
 
@@ -60,8 +62,9 @@ extern void serial_un_fdopen (struct serial *scb);
 enum serial_rc {
   SERIAL_ERROR = -1,   /* General error. */
   SERIAL_TIMEOUT = -2, /* Timeout or data-not-ready during read.
-                          Unfortunately, through ui_loop_hook(), this
-                          can also be a QUIT indication.  */
+                          Unfortunately, through
+                          deprecated_ui_loop_hook(), this can also be
+                          a QUIT indication.  */
   SERIAL_EOF = -3      /* General end-of-file or remote target
                           connection closed, indication.  Includes
                           things like the line dropping dead. */
This page took 0.028876 seconds and 4 git commands to generate.