Mention the NetBSD support in "info proc" documentation
[deliverable/binutils-gdb.git] / gdb / findcmd.c
index 5a1fa89938aebfab14ee46e3238da95a43d21bbd..c8631571f209ef5472c96f7de325cc374d5a28b0 100644 (file)
@@ -1,6 +1,6 @@
 /* The find command.
 
-   Copyright (C) 2008-2019 Free Software Foundation, Inc.
+   Copyright (C) 2008-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -280,8 +280,9 @@ find_command (const char *args, int from_tty)
                     found_count > 1 ? "s" : "");
 }
 
+void _initialize_mem_search ();
 void
-_initialize_mem_search (void)
+_initialize_mem_search ()
 {
   add_cmd ("find", class_vars, find_command, _("\
 Search memory for a sequence of bytes.\n\
This page took 0.024659 seconds and 4 git commands to generate.