Inline abbrev lookup
[deliverable/binutils-gdb.git] / gdb / findcmd.c
index 52f8f80aaae8f50d5068d5f0c669f62b4e6d208d..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.
 
@@ -25,7 +25,7 @@
 #include "target.h"
 #include "cli/cli-utils.h"
 #include <algorithm>
-#include "common/byte-vector.h"
+#include "gdbsupport/byte-vector.h"
 
 /* Copied from bfd_put_bits.  */
 
@@ -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.04146 seconds and 4 git commands to generate.