constify ui_out_impl
[deliverable/binutils-gdb.git] / gdb / gnu-nat.c
index b22649819639692b8e9f8324c1326ea0072ba948..296c162e0384c12b42ece905e0fd188fe96f4862 100644 (file)
@@ -2545,7 +2545,8 @@ gnu_xfer_partial (struct target_ops *ops, enum target_object object,
 
 /* Call FUNC on each memory region in the task.  */
 static int
-gnu_find_memory_regions (find_memory_region_ftype func, void *data)
+gnu_find_memory_regions (struct target_ops *self,
+                        find_memory_region_ftype func, void *data)
 {
   error_t err;
   task_t task;
This page took 0.026263 seconds and 4 git commands to generate.