gdb: add back declarations for _initialize functions
[deliverable/binutils-gdb.git] / gdb / unittests / filtered_iterator-selftests.c
index 1905bd74a4c660cb85b55c177a0ea267fd7a0d28..14060e1d0afb0b0f951e4f57afdbe6bb1c21f2c7 100644 (file)
@@ -1,6 +1,6 @@
 /* Self tests for the filtered_iterator class.
 
-   Copyright (C) 2019 Free Software Foundation, Inc.
+   Copyright (C) 2019-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -155,6 +155,7 @@ test_filtered_iterator_eq ()
 
 } /* namespace selftests */
 
+void _initialize_filtered_iterator_selftests ();
 void
 _initialize_filtered_iterator_selftests ()
 {
This page took 0.033242 seconds and 4 git commands to generate.