Change how complex types are printed in C
[deliverable/binutils-gdb.git] / gdb / inflow.c
index c8661796645a5069064cf20bfdad8b6c41491d65..e5e595ed981adb7ecfd86c90be3d1cf32f2cdbe5 100644 (file)
@@ -1,5 +1,5 @@
 /* Low level interface to ptrace, for GDB when running under Unix.
-   Copyright (C) 1986-2019 Free Software Foundation, Inc.
+   Copyright (C) 1986-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -953,8 +953,9 @@ initialize_stdin_serial (void)
   stdin_serial = serial_fdopen (0);
 }
 
+void _initialize_inflow ();
 void
-_initialize_inflow (void)
+_initialize_inflow ()
 {
   add_info ("terminal", info_terminal_command,
            _("Print inferior's saved terminal status."));
This page took 0.024501 seconds and 4 git commands to generate.