gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / ser-go32.c
index 27d7c08575df4913f0ab8054af1b4f71b7ff0383..9a5b6dcd0e45acfc144c57922288e4fd63915294 100644 (file)
@@ -1,5 +1,5 @@
 /* Remote serial interface for local (hardwired) serial ports for GO32.
-   Copyright (C) 1992-2019 Free Software Foundation, Inc.
+   Copyright (C) 1992-2020 Free Software Foundation, Inc.
 
    Contributed by Nigel Stephens, Algorithmics Ltd. (nigel@algor.co.uk).
 
@@ -915,8 +915,9 @@ info_serial_command (const char *arg, int from_tty)
 #endif
 }
 
+void _initialize_ser_dos ();
 void
-_initialize_ser_dos (void)
+_initialize_ser_dos ()
 {
   serial_add_interface (&dos_ops);
 
This page took 0.035647 seconds and 4 git commands to generate.