gdb: add back declarations for _initialize functions
[deliverable/binutils-gdb.git] / gdb / unittests / optional-selftests.c
index 828b0e8577ac5adbd525d746b16729ef05b98acb..c1b9e53ac4104dbbec5e90e0df511cd086e0900d 100644 (file)
@@ -1,6 +1,6 @@
 /* Self tests for optional for GDB, the GNU debugger.
 
-   Copyright (C) 2017-2019 Free Software Foundation, Inc.
+   Copyright (C) 2017-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -87,6 +87,7 @@ run_tests ()
 } /* namespace optional */
 } /* namespace selftests */
 
+void _initialize_optional_selftests ();
 void
 _initialize_optional_selftests ()
 {
This page took 0.040231 seconds and 4 git commands to generate.