]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/ser-mingw.c
Two fixes in dwarf-mode.el
[thirdparty/binutils-gdb.git] / gdb / ser-mingw.c
index 937b66dd57b7ad7b057d7966adc5eb24eb99c5d4..d204e861a7a8d6e6633544729826326846a4e81a 100644 (file)
@@ -1,6 +1,6 @@
 /* Serial interface for local (hardwired) serial ports on Windows systems
 
-   Copyright (C) 2006-2018 Free Software Foundation, Inc.
+   Copyright (C) 2006-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -1338,8 +1338,9 @@ static const struct serial_ops tcp_ops =
   net_windows_done_wait_handle
 };
 
+void _initialize_ser_windows ();
 void
-_initialize_ser_windows (void)
+_initialize_ser_windows ()
 {
   WSADATA wsa_data;