* command.c (shell_escape, make_command, _initialze_command):
[deliverable/binutils-gdb.git] / gdb / ser-go32.c
index f729d722a50326b0bdd835ceb17ae94c0c008edb..195f1d2cb68a65a6052c90dc7329d421e609fcf1 100644 (file)
@@ -21,6 +21,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
    the IBM PC.  FIXME.    -- gnu@cygnus.com, Sep92 */
 
 #include "defs.h"
+
+/* dummy */
+struct ttystate;  
+
 #include "serial.h"
 
 #include <sys/dos.h>
@@ -278,7 +282,9 @@ serial_default_name ()
 
 
 void
-serial_raw ()
+serial_raw (fd, old)
+int fd;
+struct ttystate *old;
 {
   /* Always in raw mode */
 }
@@ -326,7 +332,7 @@ serial_write (str, len)
   dosasync_write(fd, str, len);
 }
 
-int
+void
 serial_close ()
 {
 }
This page took 0.023028 seconds and 4 git commands to generate.