Move int type methods out of dwarf2_per_cu_data
[deliverable/binutils-gdb.git] / gdb / ser-uds.c
index a98469f67b8aad255b62bf1ff6b9fe2bc7732ff6..eb4fe2cb44e32cdc1bb0d9c8c63d85b0b1e154cb 100644 (file)
@@ -1,6 +1,6 @@
 /* Serial interface for local domain connections on Un*x like systems.
 
-   Copyright (C) 1992-2018 Free Software Foundation, Inc.
+   Copyright (C) 1992-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -111,8 +111,9 @@ static const struct serial_ops uds_ops =
   uds_write_prim
 };
 
+void _initialize_ser_socket ();
 void
-_initialize_ser_socket (void)
+_initialize_ser_socket ()
 {
   serial_add_interface (&uds_ops);
 }
This page took 0.026023 seconds and 4 git commands to generate.