Change how complex types are printed in C
[deliverable/binutils-gdb.git] / gdb / observable.c
index 4806e1040c088eafac60bd9cae26edea6a016beb..81aa392cc21fe8fad8d86f422e53fae24aa25c4a 100644 (file)
@@ -1,6 +1,6 @@
 /* GDB Notifications to Observers.
 
-   Copyright (C) 2003-2019 Free Software Foundation, Inc.
+   Copyright (C) 2003-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -87,8 +87,9 @@ show_observer_debug (struct ui_file *file, int from_tty,
   fprintf_filtered (file, _("Observer debugging is %s.\n"), value);
 }
 
+void _initialize_observer ();
 void
-_initialize_observer (void)
+_initialize_observer ()
 {
   add_setshow_zuinteger_cmd ("observer", class_maintenance,
                             &gdb::observers::observer_debug, _("\
This page took 0.026551 seconds and 4 git commands to generate.