gdb: add back declarations for _initialize functions
[deliverable/binutils-gdb.git] / gdb / unittests / scoped_mmap-selftests.c
index 37d91ae1f25f413c5f7e92f35715d5846326aa65..fa963d1b47f3495510023d1cd81873dd0a341b9e 100644 (file)
@@ -1,6 +1,6 @@
 /* Self tests for scoped_mmap for GDB, the GNU debugger.
 
-   Copyright (C) 2018-2019 Free Software Foundation, Inc.
+   Copyright (C) 2018-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -135,6 +135,7 @@ run_tests ()
 
 #endif /* !defined(HAVE_SYS_MMAN_H) */
 
+void _initialize_scoped_mmap_selftests ();
 void
 _initialize_scoped_mmap_selftests ()
 {
This page took 0.024709 seconds and 4 git commands to generate.