2013-05-10 Joel Brobecker <brobecker@adacore.com>
[external/binutils.git] / gdb / fbsd-nat.h
index 94d3515..a422c46 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for FreeBSD.
 
-   Copyright (C) 2004, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2004-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -29,9 +29,7 @@ extern char *fbsd_pid_to_exec_file (int pid);
    calling FUNC for each memory region.  OBFD is passed as the last
    argument to FUNC.  */
 
-extern int fbsd_find_memory_regions (int (*func) (CORE_ADDR, unsigned long,
-                                                 int, int, int, void *),
-                                    void *obfd);
+extern int fbsd_find_memory_regions (find_memory_region_ftype func, void *obfd);
 
 /* Create appropriate note sections for a corefile, returning them in
    allocated memory.  */