Change how complex types are printed in C
[deliverable/binutils-gdb.git] / gdb / auto-load.c
index 0864ad38a762ffda672ce2a4b533bd23504fb414..36ec0d11b4038b0c3b0508d394dbfd25e55bba6a 100644 (file)
@@ -1,6 +1,6 @@
 /* GDB routines for supporting auto-loaded scripts.
 
-   Copyright (C) 2012-2019 Free Software Foundation, Inc.
+   Copyright (C) 2012-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -1530,8 +1530,9 @@ found and/or loaded."),
   return &retval;
 }
 
+void _initialize_auto_load ();
 void
-_initialize_auto_load (void)
+_initialize_auto_load ()
 {
   struct cmd_list_element *cmd;
   char *scripts_directory_help, *gdb_name_help, *python_name_help;
This page took 0.024409 seconds and 4 git commands to generate.