* fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
This commit is contained in:
Jan Kratochvil 2012-08-09 09:24:23 +00:00
parent 8bfd80dbad
commit 1969df8919
2 changed files with 6 additions and 3 deletions

View file

@ -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. */