31004e6
From 30f0ba576620a7016899533e3ebb8ae66cc418cf Mon Sep 17 00:00:00 2001
a5bd9f6
From: Colin Watson <cjwatson@ubuntu.com>
a5bd9f6
Date: Mon, 21 Jan 2013 13:59:28 +0000
f74b50e
Subject: [PATCH 130/482] * grub-core/disk/arc/arcdisk.c
a5bd9f6
 (grub_arcdisk_iterate): Fix parameter declarations.
a5bd9f6
a5bd9f6
---
a5bd9f6
 ChangeLog                    | 5 +++++
a5bd9f6
 grub-core/disk/arc/arcdisk.c | 2 +-
a5bd9f6
 2 files changed, 6 insertions(+), 1 deletion(-)
a5bd9f6
a5bd9f6
diff --git a/ChangeLog b/ChangeLog
a5bd9f6
index 18f350e..1c3958f 100644
a5bd9f6
--- a/ChangeLog
a5bd9f6
+++ b/ChangeLog
a5bd9f6
@@ -1,3 +1,8 @@
a5bd9f6
+2013-01-21  Colin Watson  <cjwatson@ubuntu.com>
a5bd9f6
+
a5bd9f6
+	* grub-core/disk/arc/arcdisk.c (grub_arcdisk_iterate): Fix
a5bd9f6
+	parameter declarations.
a5bd9f6
+
a5bd9f6
 2013-01-21  Vladimir Serbinenko  <phcoder@gmail.com>
a5bd9f6
 
a5bd9f6
 	* grub-core/commands/lsmmap.c: Fix unused variable on emu.
a5bd9f6
diff --git a/grub-core/disk/arc/arcdisk.c b/grub-core/disk/arc/arcdisk.c
a5bd9f6
index 37c0ac3..5d12128 100644
a5bd9f6
--- a/grub-core/disk/arc/arcdisk.c
a5bd9f6
+++ b/grub-core/disk/arc/arcdisk.c
a5bd9f6
@@ -102,7 +102,7 @@ grub_arcdisk_iterate_iter (const char *name,
a5bd9f6
 }
a5bd9f6
 
a5bd9f6
 static int
a5bd9f6
-grub_arcdisk_iterate (int (*hook_in) (const char *name),
a5bd9f6
+grub_arcdisk_iterate (grub_disk_dev_iterate_hook_t hook, void *hook_data,
a5bd9f6
 		      grub_disk_pull_t pull)
a5bd9f6
 {
a5bd9f6
   struct grub_arcdisk_iterate_ctx ctx = { hook, hook_data };
a5bd9f6
-- 
31004e6
1.8.2.1
a5bd9f6