* fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
+2012-08-09 Andreas Tobler <andreast@fgznet.ch>
+ Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
+
2012-08-09 Yao Qi <yao@codesourcery.com>
* cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
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. */